OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: rpm-src Date: 13-Sep-2006 21:54:41 Branch: HEAD Handle: 2006091320543902 Modified files: rpm-src config.h.in configure configure.ac Log: commit some older pending changes Summary: Revision Changes Path 1.18 +2 -0 rpm-src/config.h.in 1.24 +9 -0 rpm-src/configure 1.5 +4 -1 rpm-src/configure.ac ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm-src/config.h.in ============================================================================ $ cvs diff -u -r1.17 -r1.18 config.h.in --- rpm-src/config.h.in 22 Jan 2004 21:42:06 -0000 1.17 +++ rpm-src/config.h.in 13 Sep 2006 19:54:41 -0000 1.18 @@ -574,6 +574,7 @@ /* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t +#ifndef HAVE_STDINT_H /* uint16_t */ #undef uint16_t @@ -582,6 +583,7 @@ /* uint8_t */ #undef uint8_t +#endif /* Define to unsigned long or unsigned long long if <inttypes.h> and <stdint.h> don't define. */ @@ . patch -p0 <<'@@ .' Index: rpm-src/configure ============================================================================ $ cvs diff -u -r1.23 -r1.24 configure --- rpm-src/configure 6 Jun 2005 15:53:03 -0000 1.23 +++ rpm-src/configure 13 Sep 2006 19:54:39 -0000 1.24 @@ -23356,6 +23356,9 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#if HAVE_STDINT_H +#include <stdint.h> +#endif #include <sys/types.h> #if STDC_HEADERS #include <stdlib.h> @@ -23392,6 +23395,9 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#if HAVE_STDINT_H +#include <stdint.h> +#endif #include <sys/types.h> #if STDC_HEADERS #include <stdlib.h> @@ -23428,6 +23434,9 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ +#if HAVE_STDINT_H +#include <stdint.h> +#endif #include <sys/types.h> #if STDC_HEADERS #include <stdlib.h> @@ . patch -p0 <<'@@ .' Index: rpm-src/configure.ac ============================================================================ $ cvs diff -u -r1.4 -r1.5 configure.ac --- rpm-src/configure.ac 6 Jun 2005 15:53:04 -0000 1.4 +++ rpm-src/configure.ac 13 Sep 2006 19:54:41 -0000 1.5 @@ -1260,7 +1260,10 @@ AC_CACHE_VAL(ac_cv_type_$1, [AC_EGREP_CPP(dnl [(^|[^a-zA-Z_0-9])$1[^a-zA-Z_0-9]], -[#include <sys/types.h> +[#if HAVE_STDINT_H +#include <stdint.h> +#endif +#include <sys/types.h> #if STDC_HEADERS #include <stdlib.h> #include <stddef.h> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org