]> git.pld-linux.org Git - packages/librsync.git/blob - librsync-ac.patch
- libz and libbz2 are not used, popt needed only for rdiff utility
[packages/librsync.git] / librsync-ac.patch
1 diff -Nur librsync-0.9.6.org/configure.ac librsync-0.9.6/configure.ac
2 --- librsync-0.9.6.org/configure.ac     Sun Aug  3 14:42:40 2003
3 +++ librsync-0.9.6/configure.ac Sat Aug  9 11:17:22 2003
4 @@ -6,7 +6,7 @@
5  AC_REVISION([$Revision$])
6  AC_COPYRIGHT([Copyright (C) 1999, 2000, 2001, 2002 by Martin Pool <mbp@samba.org>])
7  AC_CONFIG_SRCDIR([trace.c])
8 -AC_CONFIG_HEADER([config.h])
9 +AM_CONFIG_HEADER([config.h])
10  AM_INIT_AUTOMAKE
11  
12  # GNU library versioning: This is NOT the librsync release number.
13 @@ -18,7 +18,7 @@
14  AC_DISABLE_SHARED
15  
16  # Checks for programs.
17 -AC_GNU_SOURCE
18 +#AC_GNU_SOURCE
19  AC_PROG_CC
20  AC_ISC_POSIX
21  AC_PROG_CPP
This page took 0.05788 seconds and 3 git commands to generate.