From 31a65bcab58968b635c391bd21a0b8e37a2d473c Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Fri, 7 Dec 2007 18:29:18 +0000 Subject: More build system changes to make it play better with up-to-date autotools. In particular, this round gets rid of acconfig.h, putting the necessary bits into conf/configure.in.in, and using AM_CFLAGS & co. instead of plain CFLAGS, which rightly upsets automake. --- acconfig.h | 67 -------------------------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 acconfig.h (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 576770a..0000000 --- a/acconfig.h +++ /dev/null @@ -1,67 +0,0 @@ -#ifndef _CONFIG_H_ -#define _CONFIG_H_ - -@TOP@ - -/* Define this, if you have sys/time.h */ -#undef HAVE_SYS_TIME_H - -/* Define this, if libc provides bind_textdomain_codeset */ -#undef HAVE_BIND_TEXTDOMAIN_CODESET - -/* Define this, if you have libreadline */ -#undef HAVE_LIBREADLINE - -/* Define this, if you want NLS support */ -#undef ENABLE_NLS - -/* Define this, if you have catgets */ -#undef HAVE_CATGETS - -/* Define this, if you have gettext */ -#undef HAVE_GETTEXT - -/* Define this, if you have stpcpy */ -#undef HAVE_STPCPY - -/* Define this, if your locale.h defines LC_MESSAGES */ -#undef HAVE_LC_MESSAGES - -/* The package version */ -#undef VERSION - -/* The package name */ -#undef PACKAGE - -/* Define this to enable debugging code */ -#undef DEBUG - -/* Define this, if sys/int_types.h is on your system */ -#undef HAVE_SYS_INT_TYPES_H - -/* Define this, if stdint.h is on your system */ -#undef HAVE_STDINT_H - -/* Define this, if your int-types have an underscore after the first u/s */ -#undef GNU_INTTYPES - -/* Define to 401 or 402, depending on readline version 4.1 or 4.2 */ -#define READLINE_VERSION 401 - -@BOTTOM@ - -/* Some reasonable defaults */ - -#ifndef PSIONHOSTNAME -# define PSIONHOSTNAME "localhost" -#endif - -/* misc tweaks */ - -#ifdef _IBMR2 -# undef DONT_UPDATE_MTAB -# define DONT_UPDATE_MTAB /* The mount table is obtained from the kernel (!?) */ -#endif - -#endif /* _CONFIG_H_ */ - -- cgit v1.2.3