From af162bdca6bead509fcc245ef5a82252213e0972 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Tue, 6 Jul 2004 22:16:23 +0000 Subject: [PATCH] Tue Jul 6 18:16:03 2004 Michael Jennings (mej) "make dist" and spec file fixes. ---------------------------------------------------------------------- SVN revision: 10718 --- autogen.sh | 2 +- config.h.in | 65 ---------------------------------------------------- configure.in | 2 +- 3 files changed, 2 insertions(+), 67 deletions(-) delete mode 100644 config.h.in diff --git a/autogen.sh b/autogen.sh index 88ee7f3..93ac9ba 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,7 +6,7 @@ rm -f aclocal.m4 echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS -I m4 \ && echo "Running autoheader..."; autoheader \ && echo "Running autoconf..."; autoconf \ -&& echo "Running libtoolize..."; libtoolize --automake \ +&& echo "Running libtoolize..."; libtoolize --copy --force \ && echo "Running automake..."; automake --add-missing --copy --gnu ### If you want this, uncomment it. diff --git a/config.h.in b/config.h.in deleted file mode 100644 index e552675..0000000 --- a/config.h.in +++ /dev/null @@ -1,65 +0,0 @@ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Version number of package */ -#undef VERSION - -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN - -/* Define to 1 if the X Window System is missing or not being used. */ -#undef X_DISPLAY_MISSING - -/* Define to empty if `const' does not conform to ANSI C. */ -#undef const diff --git a/configure.in b/configure.in index 5861881..700eae8 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AM_CONFIG_HEADER(config.h) AC_C_BIGENDIAN -AC_LIBLTDL_CONVENIENCE +dnl# AC_LIBLTDL_CONVENIENCE AC_PROG_CC AM_PROG_CC_STDC