- Libraries do not need Autoconf anymore, thus I removed the
AC_CONFIG_SUBDIRS call. - Added -O3 to CFLAGS for the sake of good optimization.
This commit is contained in:
parent
0b7de06268
commit
3d6dc2cd6f
3
.cvsignore
Normal file
3
.cvsignore
Normal file
@ -0,0 +1,3 @@
|
||||
configure config.log config.cache config.status Makefile
|
||||
acl.c acl_scan.c acl_scan.h
|
||||
petidomo
|
||||
10
configure.in
10
configure.in
@ -35,15 +35,9 @@ dnl Remove '-g' from the compile flags.
|
||||
dnl
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s/-g//"`
|
||||
|
||||
|
||||
dnl Run the sub-system configures.
|
||||
dnl Turn '-O2' to '-O3'.
|
||||
dnl
|
||||
AC_CONFIG_SUBDIRS(libargv)
|
||||
AC_CONFIG_SUBDIRS(libconfigfile)
|
||||
AC_CONFIG_SUBDIRS(libdebug)
|
||||
AC_CONFIG_SUBDIRS(liblists)
|
||||
AC_CONFIG_SUBDIRS(librfc822)
|
||||
AC_CONFIG_SUBDIRS(libtext)
|
||||
CFLAGS=`echo $CFLAGS | sed -e "s/-O2/-O3/"`
|
||||
|
||||
dnl Write results.
|
||||
dnl
|
||||
|
||||
Loading…
Reference in New Issue
Block a user