]> sourceware.org Git - dm.git/commitdiff
o Changes to configure script to handle async logging directory for
authorAJ Lewis <alewis@redhat.com>
Mon, 2 May 2005 22:20:46 +0000 (22:20 +0000)
committerAJ Lewis <alewis@redhat.com>
Mon, 2 May 2005 22:20:46 +0000 (22:20 +0000)
   multilog

configure
configure.in

index f2f6aa8cdf844d55c8a3f84b18a493e243689d23..daa7a98500a4dc10f92c5f8a9ebde8014bc2aa4f 100755 (executable)
--- a/configure
+++ b/configure
@@ -4979,7 +4979,7 @@ fi
 
 
 ################################################################################
-ac_config_files="$ac_config_files Makefile make.tmpl include/Makefile dmeventd/Makefile dmsetup/Makefile lib/Makefile lib/event/Makefile lib/libdm-common.h kernel/Makefile man/Makefile multilog/Makefile multilog/tests/Makefile po/Makefile"
+ac_config_files="$ac_config_files Makefile make.tmpl include/Makefile dmeventd/Makefile dmsetup/Makefile lib/Makefile lib/event/Makefile lib/libdm-common.h kernel/Makefile man/Makefile multilog/Makefile multilog/async/Makefile multilog/tests/Makefile po/Makefile"
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure
@@ -5488,6 +5488,7 @@ do
   "kernel/Makefile" ) CONFIG_FILES="$CONFIG_FILES kernel/Makefile" ;;
   "man/Makefile" ) CONFIG_FILES="$CONFIG_FILES man/Makefile" ;;
   "multilog/Makefile" ) CONFIG_FILES="$CONFIG_FILES multilog/Makefile" ;;
+  "multilog/async/Makefile" ) CONFIG_FILES="$CONFIG_FILES multilog/async/Makefile" ;;
   "multilog/tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES multilog/tests/Makefile" ;;
   "po/Makefile" ) CONFIG_FILES="$CONFIG_FILES po/Makefile" ;;
   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
index 526ed2bd8fe8018e79fb72d1480e3980863bb4f5..404a00d4c7bbbcf3d143b783d70be1d181c431dd 100644 (file)
@@ -363,6 +363,7 @@ lib/libdm-common.h                                                  \
 kernel/Makefile                                                                \
 man/Makefile                                                           \
 multilog/Makefile                                                      \
+multilog/async/Makefile                                                        \
 multilog/tests/Makefile                                                        \
 po/Makefile                                                            \
 )
This page took 0.03038 seconds and 5 git commands to generate.