RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Ralf S. Engelschall
Root: /v/rpm/cvs Email: rse@rpm5.org
Module: rpm Date: 17-Jul-2007 21:10:34
Branch: HEAD Handle: 2007071720103400
Modified files:
rpm configure.ac
Log:
reorder to make sure sys/param.h was found before sys/mount.h as this
resolves a configure warning under some platforms, including FreeBSD
Summary:
Revision Changes Path
2.200 +1 -1 rpm/configure.ac
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/configure.ac
============================================================================
$ cvs diff -u -r2.199 -r2.200 configure.ac
--- rpm/configure.ac 17 Jul 2007 18:14:23 -0000 2.199
+++ rpm/configure.ac 17 Jul 2007 19:10:34 -0000 2.200
@@ -392,7 +392,7 @@
sys/types.h sys/stdtypes.h sys/mman.h sys/resource.h dnl
sys/utsname.h sys/wait.h netinet/in_systm.h dnl
machine/types.h mntent.h sys/mnttab.h sys/systemcfg.h dnl
- sys/mount.h sys/mntctl.h sys/param.h sys/vmount.h dnl
+ sys/param.h sys/mount.h sys/mntctl.h sys/vmount.h dnl
libio.h err.h mcheck.h limits.h libgen.h float.h dnl
glob.h poll.h dnl
])
@@ .
Received on Tue Jul 17 21:10:34 2007