grim/guifications3

Parents 7adae0827fd5
Children 508df3091ad7
needed some extra quoting... the crazy warnings that i pegged to newer autotools was really just bugs in gflib-autogen.sh
--- a/gflib/gflib-autogen.sh Sat Sep 12 22:57:17 2009 -0500
+++ b/gflib/gflib-autogen.sh Sat Sep 12 23:42:33 2009 -0500
@@ -31,7 +31,7 @@
eval "$__list=$2"
else
eval "$__list=\"\$$__list
- $2\""
+\"$2\"\""
fi
}
@@ -64,6 +64,13 @@
EOF
}
+echolist() {
+ __list=$1
+ catlist $1 | while read ITEM; do
+ echo ${ITEM}
+ done
+}
+
lreplace() {
__listname=$1
__listindex=$2
@@ -188,8 +195,8 @@
}
add_default_commands () {
- add_command "libtoolize" "-c -f --automake"
- add_command "intltoolize" "-c -f --automake"
+ add_command "libtoolize" " -c -f --automake"
+ add_command "intltoolize" " -c -f --automake"
add_command "aclocal"
add_command "autoheader"
add_command "automake" "-a -c -f --gnu"