From: Bruno Haible Date: Fri, 30 Jun 2006 14:16:37 +0000 (+0000) Subject: Assume vprintf function. X-Git-Tag: v0.15~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6a1645413659169c4f997d46f792ef32ca73433;p=thirdparty%2Fgettext.git Assume vprintf function. --- diff --git a/ChangeLog b/ChangeLog index 38a9504cc..4974775d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-27 Bruno Haible + + Assume vprintf function. + * os2/configure.awk: Remove unused HAVE_VPRINTF substitution. + 2006-04-14 Bruno Haible * autogen.sh: Require autoconf-2.60. diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index ff535c718..66f3e0871 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,10 @@ +2006-06-27 Bruno Haible + + Assume vprintf function. + * configure.ac: Remove AC_FUNC_VPRINTF invocation. + * Makefile.am (config.h_vms, config.h.msvc): Remove unused HAVE_VPRINTF + substitution. + 2006-06-27 Bruno Haible * Makefile.am (config.h_vms, config.h.msvc): Drop unused HAVE_LOCALE_H diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am index 3efd3c31a..3e93b1da3 100644 --- a/gettext-runtime/Makefile.am +++ b/gettext-runtime/Makefile.am @@ -96,7 +96,6 @@ config.h_vms: config.h.in ../version.sh -e 's/#undef HAVE_UNISTD_H$$/#define HAVE_UNISTD_H 1/' \ -e 's/#undef HAVE_UNSETENV$$/#define HAVE_UNSETENV 1/' \ -e 's/#undef HAVE_UNSIGNED_LONG_LONG$$/#define HAVE_UNSIGNED_LONG_LONG 1/' \ - -e 's/#undef HAVE_VPRINTF$$/#define HAVE_VPRINTF 1/' \ -e 's/#undef HAVE_WCHAR_T$$/#define HAVE_WCHAR_T 1/' \ -e 's/#undef HAVE_WCSLEN$$/#define HAVE_WCSLEN 1/' \ -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \ @@ -157,7 +156,6 @@ config.h.msvc: config.h.in ../version.sh -e 's/#undef HAVE_STRTOUL$$/#define HAVE_STRTOUL 1/' \ -e 's/#undef HAVE_SYS_STAT_H$$/#define HAVE_SYS_STAT_H 1/' \ -e 's/#undef HAVE_SYS_TYPES_H$$/#define HAVE_SYS_TYPES_H 1/' \ - -e 's/#undef HAVE_VPRINTF$$/#define HAVE_VPRINTF 1/' \ -e 's/#undef HAVE_WCHAR_T$$/#define HAVE_WCHAR_T 1/' \ -e 's/#undef HAVE_WCSLEN$$/#define HAVE_WCSLEN 1/' \ -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \ diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index 796bd2e63..0ddb0a5ea 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -88,7 +88,6 @@ AC_TYPE_SIZE_T dnl Checks for library functions. gl_ALLOCSA -AC_FUNC_VPRINTF AC_CHECK_FUNCS([setlocale strerror strstr]) AC_REPLACE_FUNCS([atexit memmove]) gl_GETOPT diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 6cc767151..4866d192a 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,10 @@ +2006-06-27 Bruno Haible + + Assume vprintf function. + * configure.ac: Remove AC_FUNC_VPRINTF invocation. + * Makefile.am (config.h_vms, config.h.msvc): Remove unused HAVE_VPRINTF + substitution. + 2006-06-27 Bruno Haible * Makefile.am (config.h_vms, config.h.msvc): Drop unused HAVE_LOCALE_H diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index f61fe1913..b65a8e67b 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -121,7 +121,6 @@ config.h_vms: config.h.in ../version.sh -e 's/#undef HAVE_UTIMES$$/#define HAVE_UTIMES 1/' \ -e 's/#undef HAVE_UTIME_H$$/#define HAVE_UTIME_H 1/' \ -e 's/#undef HAVE_VFORK$$/#define HAVE_VFORK 1/' \ - -e 's/#undef HAVE_VPRINTF$$/#define HAVE_VPRINTF 1/' \ -e 's/#undef HAVE_WAITPID$$/#define HAVE_WAITPID 1/' \ -e 's/#undef HAVE_WCHAR_H$$/#define HAVE_WCHAR_H 1/' \ -e 's/#undef HAVE_WCSLEN$$/#define HAVE_WCSLEN 1/' \ @@ -200,7 +199,6 @@ config.h.msvc: config.h.in ../version.sh -e 's/#undef HAVE_SYS_STAT_H$$/#define HAVE_SYS_STAT_H 1/' \ -e 's/#undef HAVE_SYS_TYPES_H$$/#define HAVE_SYS_TYPES_H 1/' \ -e 's/#undef HAVE_TIME_H$$/#define HAVE_TIME_H 1/' \ - -e 's/#undef HAVE_VPRINTF$$/#define HAVE_VPRINTF 1/' \ -e 's/#undef HAVE_WCHAR_H$$/#define HAVE_WCHAR_H 1/' \ -e 's/#undef HAVE_WCSLEN$$/#define HAVE_WCSLEN 1/' \ -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \ diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index b524b0b86..eab42486a 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -155,7 +155,6 @@ fi dnl Checks for library functions. gl_ALLOCSA -AC_FUNC_VPRINTF AC_CHECK_FUNCS([chown getcwd posix_spawn raise select strerror strtoul uname \ utime utimes waitid]) AC_REPLACE_FUNCS([atexit memmove memset stpcpy strcspn \ diff --git a/os2/configure.awk b/os2/configure.awk index c23e4a108..ccf60e39d 100644 --- a/os2/configure.awk +++ b/os2/configure.awk @@ -8,7 +8,6 @@ BEGIN{ cfg["HAVE_ALLOCA"] = 1; cfg["HAVE_ALLOCA_H"] = 1; cfg["HAVE_LONG_FILE_NAMES"] = 1; - cfg["HAVE_VPRINTF"] = 1; cfg["STDC_HEADERS"] = 1; cfg["HAVE_GETCWD"] = 1; cfg["HAVE_GETEGID"] = 1;