]> git.pld-linux.org Git - packages/xdelta.git/commitdiff
- remove test/Makefile from AC_OUTPUT(),
authorkloczek <kloczek@pld-linux.org>
Thu, 6 Sep 2001 16:47:33 +0000 (16:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- remove all CFLAGS manipulations.

Changed files:
    xdelta-ac_fixes.patch -> 1.1

xdelta-ac_fixes.patch [new file with mode: 0644]

diff --git a/xdelta-ac_fixes.patch b/xdelta-ac_fixes.patch
new file mode 100644 (file)
index 0000000..3422aac
--- /dev/null
@@ -0,0 +1,55 @@
+--- 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
+         )
This page took 0.070089 seconds and 4 git commands to generate.