From 4adc936aeb128077b54e0de66477d019d6f6527b Mon Sep 17 00:00:00 2001 From: David Schleef Date: Thu, 2 Dec 2004 04:02:34 +0000 Subject: * 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 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autogen.sh') 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 $@ -- cgit v1.2.1