]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-am_ac.patch
- allow to regenerate main configure
[packages/rpm.git] / rpm-am_ac.patch
1 diff -urN rpm-4.0.2.org/acconfig.h rpm-4.0.2/acconfig.h
2 --- rpm-4.0.2.org/acconfig.h    Fri Oct 12 18:23:02 2001
3 +++ rpm-4.0.2/acconfig.h        Fri Oct 12 18:24:46 2001
4 @@ -159,6 +159,9 @@
5  /* Build with dmalloc support? */
6  #undef DMALLOC
7  
8 +#undef HAVE_GETMNTENT
9 +#undef fnmatch
10 +
11  ^L
12  /* Leave that blank line there!!  Autoheader needs it.
13     If you're adding to this file, keep in mind:
14 diff -urN rpm-4.0.2.org/configure.in rpm-4.0.2/configure.in
15 --- rpm-4.0.2.org/configure.in  Fri Oct 12 18:23:08 2001
16 +++ rpm-4.0.2/configure.in      Fri Oct 12 18:25:18 2001
17 @@ -20,7 +20,6 @@
18  LIBOBJS=
19  
20  dnl Checks for programs.
21 -AC_ARG_PROGRAM
22  AC_PROG_CC
23  if test "$ac_cv_prog_gcc" = yes; then
24      CFLAGS="$CFLAGS -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"
This page took 5.314129 seconds and 4 git commands to generate.