From 7ed1a08985ee943646612563e1fc09f5d51425f8 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Sun, 21 Apr 2002 23:57:24 +0000 Subject: Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1. We're using Gettext's "external" feature to avoid including the intl code in the GNU make distribution. --- acconfig.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 acconfig.h (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 7e11f17..0000000 --- a/acconfig.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Name of this package (needed by automake) */ -#undef PACKAGE - -/* Version of this package (needed by automake) */ -#undef VERSION - -/* Define if your locale.h file contains LC_MESSAGES. */ -#undef HAVE_LC_MESSAGES - -/* Define to the installation directory for locales. */ -#undef LOCALEDIR - -/* Define to the name of the SCCS `get' command. */ -#undef SCCS_GET - -/* Define to be the nanoseconds member of struct stat's st_mtim, - if it exists. */ -#undef ST_MTIM_NSEC - -/* Define this if the C library defines the variable `sys_siglist'. */ -#undef HAVE_SYS_SIGLIST - -/* Define this if the C library defines the variable `_sys_siglist'. */ -#undef HAVE__SYS_SIGLIST - -/* Define to `unsigned long' or `unsigned long long' - if doesn't define. */ -#undef uintmax_t -- cgit v1.2.3