]> granicus.if.org Git - recode/commitdiff
Remove acconfig.h
authorFrançois Pinard <pinard@iro.umontreal.ca>
Mon, 18 Feb 2008 22:29:34 +0000 (17:29 -0500)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Tue, 19 Feb 2008 04:21:37 +0000 (23:21 -0500)
ChangeLog
Makefile.in
acconfig.h [deleted file]

index ae77c0a8358a3cc6394ddd290c2d47fdbd3409b2..e4fb1498fbc5addda6670e95b8336f9884cee0e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-18  François Pinard  <pinard@iro.umontreal.ca>
+
+       * acconfig.h: Deleted.
+
 2008-02-16  François Pinard  <pinard@iro.umontreal.ca>
 
        * README: Do not mention AC-PATCHES anymore.
index 59b5a409bc34e32dd47f3a047ff0b0ee12a9f3d4..13ace4a71c40a70a835a232890171b5096d187d8 100644 (file)
@@ -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 (file)
index 5e75273..0000000
+++ /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 <pinard@iro.umontreal.ca>, 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