grim/guifications3

Parents de8e5fe6dd75
Children 1d7f423156dc
change the sourcing of gflib-autogen.sh to ./gflib-autogen.sh since if it's in your path, it'll use that copy over the local directory
--- a/gflib/autogen.sh Tue Sep 08 03:15:52 2009 -0500
+++ b/gflib/autogen.sh Tue Sep 08 03:40:02 2009 -0500
@@ -18,7 +18,7 @@
PACKAGE="gflib"
# we source this without a path because we always want to use the in tree copy
-. gflib-autogen.sh
+. ./gflib-autogen.sh
add_default_commands
add_command "gtkdocize" "--copy"