]> git.meshlink.io Git - catta/blobdiff - bootstrap.sh
* add some autoconf check for pygtk and gtk.glade
[catta] / bootstrap.sh
index f0eedcd6c0737b6f62f96c819222788895012cab..acb153ddbcd09cdbea1b94987b7a28729a346805 100755 (executable)
@@ -28,7 +28,7 @@ run_versioned() {
 
 if [ "x$1" = "xam" ] ; then
     set -ex
-    run_versioned automake 1.7 -a -c --foreign
+    run_versioned automake 1.9 -a -c --foreign
     ./config.status
 else 
     set -ex
@@ -36,13 +36,13 @@ else
     rm -rf autom4te.cache
     rm -f config.cache
 
-    run_versioned aclocal 1.7
+    run_versioned aclocal 1.9 -I common
     libtoolize -c --force
     autoheader
-    run_versioned automake 1.7 -a -c --foreign
+    run_versioned automake 1.9 -a -c --foreign
     autoconf -Wall
 
-    CFLAGS="-g -O0" ./configure --sysconfdir=/etc "$@"
+    CFLAGS="$CFLAGS -g -O0" ./configure --sysconfdir=/etc --localstatedir=/var "$@"
 
     make clean
 fi