]> sourceware.org Git - lvm2.git/commitdiff
o AC_INIT was pointing to an old file
authorJoe Thornber <thornber@redhat.com>
Wed, 10 Oct 2001 10:11:25 +0000 (10:11 +0000)
committerJoe Thornber <thornber@redhat.com>
Wed, 10 Oct 2001 10:11:25 +0000 (10:11 +0000)
configure
configure.in

index 7dc4f6dbf4e25e553f0ccc62e849e42c385db3e2..3368518313056167aa3f5b0efd47b1fd2ec18b67 100755 (executable)
--- a/configure
+++ b/configure
@@ -465,7 +465,7 @@ echo > confdefs.h
 
 # A filename unique to this package, relative to the directory that
 # configure is in, which we can look for to find out if srcdir is correct.
-ac_unique_file=lib/dev-mgr/dev-manager.h
+ac_unique_file=lib/device/dev-cache.h
 
 # Find the source files, if location was not specified.
 if test -z "$srcdir"; then
index f197fe45abe06fd288d8155405afd840d909af24..9968b1ccf7ebfe23452621fce2c2e67645a4d742 100644 (file)
@@ -19,7 +19,7 @@
 ################################################################################
 
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(lib/dev-mgr/dev-manager.h)
+AC_INIT(lib/device/dev-cache.h)
 
 dnl setup the directory where autoconf has auxilary files
 AC_CONFIG_AUX_DIR(autoconf) 
This page took 0.034842 seconds and 5 git commands to generate.