Start rpm-3.0.4.
CVS patchset: 3381 CVS date: 1999/10/11 16:37:55
This commit is contained in:
parent
87c7c2f8d7
commit
00ba060900
2
CHANGES
2
CHANGES
|
@ -1,3 +1,5 @@
|
|||
3.0.3 -> 3.0.4
|
||||
|
||||
3.0.2 -> 3.0.3
|
||||
- add --eval to find result of macro expansion.
|
||||
- add configure scaffolding to support rpm-4.0 packages.
|
||||
|
|
|
@ -7,7 +7,7 @@ dnl it, why check it?
|
|||
AC_INIT(rpm.c)
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE(rpm, 3.0.3)
|
||||
AM_INIT_AUTOMAKE(rpm, 3.0.4)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
AC_PREREQ(2.12) dnl Minimum Autoconf version required.
|
||||
|
@ -23,7 +23,7 @@ dnl Checks for programs.
|
|||
AC_ARG_PROGRAM
|
||||
AC_PROG_CC
|
||||
if test "$ac_cv_prog_gcc" = yes; then
|
||||
CFLAGS="$CFLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"
|
||||
CFLAGS="$CFLAGS -D_GNU_SOURCE -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"
|
||||
fi
|
||||
|
||||
AC_PROG_CPP
|
||||
|
|
Loading…
Reference in New Issue