--- xdelta-1.1.1/configure.in~ Sat Apr 10 02:55:59 1999 +++ xdelta-1.1.1/configure.in Thu Sep 6 18:36:50 2001 @@ -11,37 +11,9 @@ DEBUGFLAG= -AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging [default=no]]) - AC_PROG_CC AC_PROG_CPP -changequote(,)dnl -if test "x$GCC" = "xyes"; then - case " $CFLAGS " in - *[\ \ ]-Wall[\ \ ]*) ;; - *) CFLAGS="$CFLAGS -Wall" ;; - esac - - if test "x$enable_debug" = "xyes"; then - DEBUGFLAG="-g" - fi - - if test -n "$DEBUGFLAG"; then - case " $CFLAGS " in - *[\ \ ]$DEBUGFLAG[\ \ ]*) ;; - *) CFLAGS="$DEBUGFLAG $CFLAGS" ;; - esac - else - case " $CFLAGS " in - *[\ \ ]-O[0-9\ \ ]*) ;; - *) CFLAGS="$CFLAGS -O3" ;; - esac - fi - -fi -changequote([,])dnl - AM_PROG_LIBTOOL AC_HEADER_STDC AC_PROG_MAKE_SET @@ -62,12 +34,11 @@ AC_MSG_ERROR(ZLIB headers not found)), AC_MSG_ERROR(ZLIB library not found)) -AC_OUTPUT(Makefile +AC_OUTPUT([Makefile doc/Makefile - test/Makefile xdelta-config libedsio/Makefile - libedsio/edsio-comp, + libedsio/edsio-comp], chmod +x libedsio/edsio-comp xdelta-config )