From: Joe Thornber Date: Wed, 10 Oct 2001 10:11:25 +0000 (+0000) Subject: o AC_INIT was pointing to an old file X-Git-Tag: v2_02_91~6202 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=13c7b701b763065993f1d998bfbcd6513a19195d;p=lvm2.git o AC_INIT was pointing to an old file --- diff --git a/configure b/configure index 7dc4f6dbf..336851831 100755 --- 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 diff --git a/configure.in b/configure.in index f197fe45a..9968b1ccf 100644 --- a/configure.in +++ b/configure.in @@ -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)