From 7523860cbf87ee70e8b672c73fe4b6663a96e9c6 Mon Sep 17 00:00:00 2001 From: twittner Date: Tue, 31 May 2005 17:50:35 +0000 Subject: [PATCH] - fixed configure.ac: don't use AC_CONFIG_AUX_DIR[config] macro, copy config.{guess,sub} from automake dist. Changed files: libspf2-ac.patch -> 1.1 --- libspf2-ac.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libspf2-ac.patch diff --git a/libspf2-ac.patch b/libspf2-ac.patch new file mode 100644 index 0000000..5342ad0 --- /dev/null +++ b/libspf2-ac.patch @@ -0,0 +1,10 @@ +--- libspf2-1.0.4/configure.ac~ 2005-05-31 19:29:26.104937672 +0200 ++++ libspf2-1.0.4/configure.ac 2005-05-31 19:29:44.156193464 +0200 +@@ -5,7 +5,6 @@ + AC_INIT(libspf2, 1.0.4, wayne@midwestcs.com) + AM_INIT_AUTOMAKE(libspf2, $PACKAGE_VERSION) + AC_CONFIG_SRCDIR([src/libspf2/spf.c]) +-AC_CONFIG_AUX_DIR(config) + AM_CONFIG_HEADER(config.h) + + # remember the version info for later -- 2.43.0