]> git.pld-linux.org Git - packages/xdelta.git/commitdiff
- updated for 1.1.3.
authorkloczek <kloczek@pld-linux.org>
Tue, 25 Sep 2001 18:32:31 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xdelta-ac_fixes.patch -> 1.2

xdelta-ac_fixes.patch

index 3422aac0f797dd75f4bceadebc1fc98df1817a2a..ae247d26ee4a91b87e24669b8f057022d3daf4d5 100644 (file)
@@ -1,14 +1,29 @@
---- 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 @@
+--- xdelta-1.1.3/configure.in.orig     Mon Sep 24 08:59:17 2001
++++ xdelta-1.1.3/configure.in  Tue Sep 25 20:07:36 2001
+@@ -1,4 +1,4 @@
+-dnl -*-Mode: C; comment-start: "dnl "-*-
++                   nl -*-Mode: C; comment-start: "dnl "-*-
+ dnl Process this file with autoconf to produce a configure script.
+ AC_REVISION([configure.in,v 1.2 1998/10/03 00:17:50 jmacd Exp])dnl
+ AC_INIT(xdelta.c)
+@@ -9,56 +9,9 @@
  
- DEBUGFLAG=
+ AM_MAINTAINER_MODE
  
+-DEBUGFLAG=
+-PROFILEFLAG=
+-
 -AC_ARG_ENABLE(debug, [  --enable-debug          turn on debugging [default=no]])
+-AC_ARG_ENABLE(profile, [  --enable-profile        turn on profiling [default=no]])
+-
+-TMPCFLAGS="$CFLAGS"
+-CFLAGS=
 -
  AC_PROG_CC
  AC_PROG_CPP
  
+-CFLAGS=$TMPCFLAGS
+-
 -changequote(,)dnl
 -if test "x$GCC" = "xyes"; then
 -  case " $CFLAGS " in
 -    DEBUGFLAG="-g"
 -  fi
 -
+-  if test "x$enable_profile" = "xyes"; then
+-    PROFILEFLAG="-pg"
+-  fi
+-
 -  if test -n "$DEBUGFLAG"; then
 -    case " $CFLAGS " in
 -    *[\ \     ]$DEBUGFLAG[\ \ ]*) ;;
 -    esac
 -  fi
 -
+-  if test -n "$PROFILEFLAG"; then
+-    case " $CFLAGS " in
+-    *[\ \     ]$PROFILEFLAG[\ \       ]*) ;;
+-    *) CFLAGS="$PROFILEFLAG $CFLAGS" ;;
+-    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.039859 seconds and 4 git commands to generate.