1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

o AC_INIT was pointing to an old file

This commit is contained in:
Joe Thornber 2001-10-10 10:11:25 +00:00
parent e0e049f537
commit 13c7b701b7
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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

View 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)