diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-11-04 15:16:35 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-11-04 15:16:35 +0100 |
commit | 6a90a5124a5e500fa522ad22e1527bc47d9b4c3d (patch) | |
tree | 0a5fafaf9e1004535ecb4b6a92c2a1836b3f27dd /autogen.sh | |
parent | 6dd19db57c672995aa814d3f9cfd1df9d5b723ef (diff) |
make: tweak some autofoo according to Flameeyes' recommendations for libabc
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index f659fca525..b6ffee7297 100755 --- a/autogen.sh +++ b/autogen.sh @@ -31,5 +31,4 @@ args="--prefix=/usr \ --with-selinux \ --enable-gtk-doc" -export CFLAGS="$CFLAGS $MYCFLAGS" -./configure $args $@ +./configure $args CFLAGS="${CFLAGS} ${MYCFLAGS}" $@ |