port stable libgtop to GNOME 2.0. Too much to detail. pkgconfig is now

2001-11-25  Kevin Vandersloot <kfv101@psu.edu>

        * port stable libgtop to GNOME 2.0. Too much to detail.
        pkgconfig is now used. Libs are named libgtop-2.0 etc for
        parallel install.
This commit is contained in:
Kevin Vandersloot
2001-11-26 03:23:22 +00:00
committed by Kevin Vandersloot
parent 97b32c7046
commit 973dc2d37c
30 changed files with 900 additions and 177 deletions

View File

@@ -3,6 +3,7 @@
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I ."
PKG_NAME="Gnome Top Library"
@@ -14,4 +15,8 @@ PKG_NAME="Gnome Top Library"
exit 1
}
. $srcdir/macros/autogen.sh
which gnome-autogen.sh || {
echo "You need to install gnome-common from the GNOME CVS"
exit 1
}
USE_GNOME2_MACROS=1 . gnome-autogen.sh