]> git.pld-linux.org Git - packages/xdelta.git/blame - xdelta-ac_fixes.patch
- remove test/Makefile from AC_OUTPUT(),
[packages/xdelta.git] / xdelta-ac_fixes.patch
CommitLineData
2a282a8d 1--- xdelta-1.1.1/configure.in~ Sat Apr 10 02:55:59 1999
2+++ xdelta-1.1.1/configure.in Thu Sep 6 18:36:50 2001
3@@ -11,37 +11,9 @@
4
5 DEBUGFLAG=
6
7-AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging [default=no]])
8-
9 AC_PROG_CC
10 AC_PROG_CPP
11
12-changequote(,)dnl
13-if test "x$GCC" = "xyes"; then
14- case " $CFLAGS " in
15- *[\ \ ]-Wall[\ \ ]*) ;;
16- *) CFLAGS="$CFLAGS -Wall" ;;
17- esac
18-
19- if test "x$enable_debug" = "xyes"; then
20- DEBUGFLAG="-g"
21- fi
22-
23- if test -n "$DEBUGFLAG"; then
24- case " $CFLAGS " in
25- *[\ \ ]$DEBUGFLAG[\ \ ]*) ;;
26- *) CFLAGS="$DEBUGFLAG $CFLAGS" ;;
27- esac
28- else
29- case " $CFLAGS " in
30- *[\ \ ]-O[0-9\ \ ]*) ;;
31- *) CFLAGS="$CFLAGS -O3" ;;
32- esac
33- fi
34-
35-fi
36-changequote([,])dnl
37-
38 AM_PROG_LIBTOOL
39 AC_HEADER_STDC
40 AC_PROG_MAKE_SET
41@@ -62,12 +34,11 @@
42 AC_MSG_ERROR(ZLIB headers not found)),
43 AC_MSG_ERROR(ZLIB library not found))
44
45-AC_OUTPUT(Makefile
46+AC_OUTPUT([Makefile
47 doc/Makefile
48- test/Makefile
49 xdelta-config
50 libedsio/Makefile
51- libedsio/edsio-comp,
52+ libedsio/edsio-comp],
53
54 chmod +x libedsio/edsio-comp xdelta-config
55 )
This page took 0.054342 seconds and 4 git commands to generate.