grim/guifications3

merging my changes from last night to todays changes
org.guifications.gf3
2009-09-08, Gary Kramlich
f187520df7fd
merging my changes from last night to todays changes
--- a/gflib/gflib-autogen.sh Tue Sep 08 18:57:05 2009 -0500
+++ b/gflib/gflib-autogen.sh Tue Sep 08 18:57:57 2009 -0500
@@ -171,7 +171,10 @@
# look for fink and add it's aclocal dir to the aclocal flags
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}"
}