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 \
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 $@
+++ /dev/null
-/* 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