From 6c45c95ca8d10a201b5748dfab2fd7cf34742d02 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 21 Nov 2002 19:03:04 +0000 Subject: 2002-11-21 Havoc Pennington * acconfig.h: get rid of this * autogen.sh (run_configure): add --no-configure option * configure.in: remove AC_ARG_PROGRAM to make autoconf complain less. add AC_PREREQ. add AC_DEFINE third arg. --- acconfig.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 acconfig.h (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index e100ec29..00000000 --- a/acconfig.h +++ /dev/null @@ -1,10 +0,0 @@ -#undef PACKAGE -#undef VERSION -#undef HAVE_CATGETS -#undef HAVE_GETTEXT -#undef HAVE_LC_MESSAGES -#undef HAVE_STPCPY -#undef ENABLE_NLS -#undef HAVE_PTHREAD_H -#undef GETTEXT_PACKAGE -#undef SANE_MALLOC_PROTOS -- cgit