summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-12-02 04:02:34 +0000
committerDavid Schleef <ds@schleef.org>2004-12-02 04:02:34 +0000
commit4adc936aeb128077b54e0de66477d019d6f6527b (patch)
treece1e8a74267aeab8597a47f5eec5e3c9425bab1d /autogen.sh
parent0e9b5d397ed83a38640ba81ea25a067c469eb6d0 (diff)
downloadliboil-4adc936aeb128077b54e0de66477d019d6f6527b.tar.gz
* autogen.sh: add alt-opt by default
* configure.ac: add -funroll-all-loops * testsuite/Makefile.am: Add proto3 * testsuite/proto3.c: (main), (check_param), (print_param): A little proggy to test parsing of a new style of parameter names
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 0c91245..7346ecc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,4 +5,4 @@ libtoolize --force
autoheader
autoconf
automake -a --foreign
-./configure --enable-maintainer-mode $@
+./configure --enable-maintainer-mode --enable-alternate-optimization $@