grim/guifications3

this works a bit better...
org.guifications.gf3
2009-09-08, Gary Kramlich
aad976ff2781
Parents 1d7f423156dc
Children f187520df7fd
this works a bit better...
--- a/gflib/gflib-autogen.sh Tue Sep 08 03:40:19 2009 -0500
+++ b/gflib/gflib-autogen.sh Tue Sep 08 03:44:02 2009 -0500
@@ -157,7 +157,10 @@
update_command "libtoolize" "glibtoolize"
FLAGS=""
- test -d /sw/share/aclocal && FLAGS="-I /sw/share/aclocal"
+ if [ -d /sw/share/aclocal ] ; then
+ FLAGS="-I /sw/share/aclocal"
+ fi
+
update_command "aclocal" "aclocal" "${FLAGS}"
}