From 737f3d78f2c9dc493b4c6bc62fadcdc5a5201cc6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 18 Sep 2007 18:26:32 +0000 Subject: [PATCH] * configure.in (AC_CONFIG_FILES): Remove the test/*/Makefile names corresponding to the recently-removed directories. * configure: Regenerate. Reported by Dave Wysochanski. Author: Jim Meyering --- configure | 7 +------ configure.in | 53 ++++++++++++++++++++++++---------------------------- 2 files changed, 25 insertions(+), 35 deletions(-) diff --git a/configure b/configure index 468a9f53a..7a3632ff8 100755 --- a/configure +++ b/configure @@ -11597,7 +11597,7 @@ fi ################################################################################ -ac_config_files="$ac_config_files Makefile make.tmpl daemons/Makefile daemons/clvmd/Makefile dmeventd/Makefile dmeventd/mirror/Makefile doc/Makefile include/Makefile lib/Makefile lib/format1/Makefile lib/format_pool/Makefile lib/locking/Makefile lib/mirror/Makefile lib/snapshot/Makefile test/Makefile man/Makefile po/Makefile scripts/Makefile tools/Makefile tools/version.h tools/fsadm/Makefile test/mm/Makefile test/device/Makefile test/format1/Makefile test/regex/Makefile test/filters/Makefile" +ac_config_files="$ac_config_files Makefile make.tmpl daemons/Makefile daemons/clvmd/Makefile dmeventd/Makefile dmeventd/mirror/Makefile doc/Makefile include/Makefile lib/Makefile lib/format1/Makefile lib/format_pool/Makefile lib/locking/Makefile lib/mirror/Makefile lib/snapshot/Makefile test/Makefile man/Makefile po/Makefile scripts/Makefile tools/Makefile tools/version.h tools/fsadm/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -12208,11 +12208,6 @@ do "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; "tools/version.h") CONFIG_FILES="$CONFIG_FILES tools/version.h" ;; "tools/fsadm/Makefile") CONFIG_FILES="$CONFIG_FILES tools/fsadm/Makefile" ;; - "test/mm/Makefile") CONFIG_FILES="$CONFIG_FILES test/mm/Makefile" ;; - "test/device/Makefile") CONFIG_FILES="$CONFIG_FILES test/device/Makefile" ;; - "test/format1/Makefile") CONFIG_FILES="$CONFIG_FILES test/format1/Makefile" ;; - "test/regex/Makefile") CONFIG_FILES="$CONFIG_FILES test/regex/Makefile" ;; - "test/filters/Makefile") CONFIG_FILES="$CONFIG_FILES test/filters/Makefile" ;; *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} diff --git a/configure.in b/configure.in index 4042b8c91..9cbbeea56 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ AC_CONFIG_HEADERS(lib/misc/configure.h) ################################################################################ dnl -- Setup the directory where autoconf has auxilary files -AC_CONFIG_AUX_DIR(autoconf) +AC_CONFIG_AUX_DIR(autoconf) ################################################################################ dnl -- Get system type @@ -638,35 +638,30 @@ AC_SUBST(CSCOPE_CMD) AC_SUBST([LIB_PTHREAD]) ################################################################################ -dnl -- First and last lines should not contain files to generate in order to +dnl -- First and last lines should not contain files to generate in order to dnl -- keep utility scripts running properly -AC_CONFIG_FILES([\ -Makefile \ -make.tmpl \ -daemons/Makefile \ -daemons/clvmd/Makefile \ -dmeventd/Makefile \ -dmeventd/mirror/Makefile \ -doc/Makefile \ -include/Makefile \ -lib/Makefile \ -lib/format1/Makefile \ -lib/format_pool/Makefile \ -lib/locking/Makefile \ -lib/mirror/Makefile \ -lib/snapshot/Makefile \ -test/Makefile \ -man/Makefile \ -po/Makefile \ -scripts/Makefile \ -tools/Makefile \ -tools/version.h \ -tools/fsadm/Makefile \ -test/mm/Makefile \ -test/device/Makefile \ -test/format1/Makefile \ -test/regex/Makefile \ -test/filters/Makefile \ +AC_CONFIG_FILES([ +Makefile +make.tmpl +daemons/Makefile +daemons/clvmd/Makefile +dmeventd/Makefile +dmeventd/mirror/Makefile +doc/Makefile +include/Makefile +lib/Makefile +lib/format1/Makefile +lib/format_pool/Makefile +lib/locking/Makefile +lib/mirror/Makefile +lib/snapshot/Makefile +test/Makefile +man/Makefile +po/Makefile +scripts/Makefile +tools/Makefile +tools/version.h +tools/fsadm/Makefile ]) AC_OUTPUT