[Fedora-directory-commits] ldapserver configure.ac, 1.51, 1.52 aclocal.m4, 1.72, 1.73 configure, 1.89, 1.90 config.h.in, 1.19, 1.20 missing, 1.54, 1.55 install-sh, 1.54, 1.55 depcomp, 1.54, 1.55 compile, 1.49, 1.50 Makefile.in, 1.94, 1.95 config.sub, 1.53, 1.54 config.guess, 1.53, 1.54

Richard Allen Megginson rmeggins at fedoraproject.org
Mon Oct 13 16:32:46 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/ldapserver
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26598

Modified Files:
	configure.ac aclocal.m4 configure config.h.in missing 
	install-sh depcomp compile Makefile.in config.sub config.guess 
Log Message:
fix inttypes build breakage on HP-UX


Index: configure.ac
===================================================================
RCS file: /cvs/dirsec/ldapserver/configure.ac,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- configure.ac	8 Oct 2008 17:29:00 -0000	1.51
+++ configure.ac	13 Oct 2008 16:32:41 -0000	1.52
@@ -300,6 +300,7 @@
     AC_DEFINE([OS_hpux], [1], [OS HP-UX])
     AC_DEFINE([_POSIX_C_SOURCE], [199506L], [POSIX revision])
     AC_DEFINE([_HPUX_SOURCE], [1], [Source namespace])
+    AC_DEFINE([_INCLUDE_STDC__SOURCE_199901], [1], [to pick up all of the printf format macros in inttypes.h])
     # assume 64 bit
     perlexec='/opt/perl_64/bin/perl'
     platform="hpux"
@@ -315,6 +316,7 @@
     AC_DEFINE([OS_hpux], [1], [OS HP-UX])
     AC_DEFINE([_POSIX_C_SOURCE], [199506L], [POSIX revision])
     AC_DEFINE([_HPUX_SOURCE], [1], [Source namespace])
+    AC_DEFINE([_INCLUDE_STDC__SOURCE_199901], [1], [to pick up all of the printf format macros in inttypes.h])
     # assume 64 bit
     initconfigdir="/$PACKAGE_NAME/config"
     perlexec='/opt/perl_64/bin/perl'




Index: configure
===================================================================
RCS file: /cvs/dirsec/ldapserver/configure,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- configure	8 Oct 2008 17:29:00 -0000	1.89
+++ configure	13 Oct 2008 16:32:41 -0000	1.90
@@ -23392,6 +23392,11 @@
 #define _HPUX_SOURCE 1
 _ACEOF
 
+
+cat >>confdefs.h <<\_ACEOF
+#define _INCLUDE_STDC__SOURCE_199901 1
+_ACEOF
+
     # assume 64 bit
     perlexec='/opt/perl_64/bin/perl'
     platform="hpux"
@@ -23443,6 +23448,11 @@
 #define _HPUX_SOURCE 1
 _ACEOF
 
+
+cat >>confdefs.h <<\_ACEOF
+#define _INCLUDE_STDC__SOURCE_199901 1
+_ACEOF
+
     # assume 64 bit
     initconfigdir="/$PACKAGE_NAME/config"
     perlexec='/opt/perl_64/bin/perl'


Index: config.h.in
===================================================================
RCS file: /cvs/dirsec/ldapserver/config.h.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- config.h.in	8 Oct 2008 17:29:00 -0000	1.19
+++ config.h.in	13 Oct 2008 16:32:42 -0000	1.20
@@ -344,6 +344,9 @@
 /* Source namespace */
 #undef _HPUX_SOURCE
 
+/* to pick up all of the printf format macros in inttypes.h */
+#undef _INCLUDE_STDC__SOURCE_199901
+
 /* POSIX revision */
 #undef _POSIX_C_SOURCE
 


















More information about the Fedora-directory-commits mailing list