From: François Pinard Date: Mon, 18 Feb 2008 22:29:34 +0000 (-0500) Subject: Remove acconfig.h X-Git-Tag: v3.7-beta1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70821842de5e379d07148948a5cb76b77a9631c8;p=recode Remove acconfig.h --- diff --git a/ChangeLog b/ChangeLog index ae77c0a..e4fb149 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-02-18 François Pinard + + * acconfig.h: Deleted. + 2008-02-16 François Pinard * README: Do not mention AC-PATCHES anymore. diff --git a/Makefile.in b/Makefile.in index 59b5a40..13ace4a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,9 +54,8 @@ subdir = . DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \ - INSTALL NEWS THANKS TODO acconfig.h config.guess config.rpath \ - config.sub depcomp install-sh ltconfig ltmain.sh missing \ - mkinstalldirs + INSTALL NEWS THANKS TODO config.guess config.rpath config.sub \ + depcomp install-sh ltconfig ltmain.sh missing mkinstalldirs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/atconfig.m4 \ $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/glibc21.m4 \ @@ -273,7 +272,7 @@ config.h: stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h -$(srcdir)/config.h.in: $(am__configure_deps) $(top_srcdir)/acconfig.h +$(srcdir)/config.h.in: $(am__configure_deps) cd $(top_srcdir) && $(AUTOHEADER) rm -f stamp-h1 touch $@ diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 5e75273..0000000 --- a/acconfig.h +++ /dev/null @@ -1,47 +0,0 @@ -/* Special definitions for Free recode, processed by autoheader. - Copyright © 1993, 1998, 1999, 2000 Free Software Foundation, Inc. - François Pinard , 1993. -*/ - -/* Default charset is `Latin-1' on UNIX, `IBM-PC' on MSDOS. */ -#undef DEFAULT_CHARSET - -/* Define to the name of the distribution. */ -#undef PACKAGE - -/* Define to 1 if ANSI function prototypes are usable. */ -#undef PROTOTYPES - -/* Define to the version of the distribution. */ -#undef VERSION - -/* Define to 1 for better use of the debugging malloc library. See - site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz. */ -#undef WITH_DMALLOC - -/* Define to 1 if NLS is requested. */ -#undef ENABLE_NLS - -/* Define as 1 if you have dcgettext. */ -#undef HAVE_DCGETTEXT - -/* Define as 1 if you have gettext and don't want to use GNU gettext. */ -#undef HAVE_GETTEXT - -/* Define if your locale.h file contains LC_MESSAGES. */ -#undef HAVE_LC_MESSAGES - -/* Define to 1 if stpcpy function is available. */ -#undef HAVE_STPCPY - -/* Define to the installation directory for locales. */ -#undef LOCALEDIR - -/* Define to 1 when also using Bruno Haible `libiconv' library. */ -#undef WITH_LIBICONV - -/* Define to rpl_malloc if the replacement function should be used. */ -#undef malloc - -/* Define to rpl_realloc if the replacement function should be used. */ -#undef realloc