summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeshav P R <the.ridikulus.rat@gmail.com>2012-01-10 11:10:59 +0100
committerJim Meyering <meyering@redhat.com>2012-01-10 11:10:59 +0100
commite3245cb280f220c327dc49b124dc2f4fbf76368c (patch)
treecc890ff59e6ce138202383657e92714edacdbfd0 /configure.ac
parente977fafd31d61a6fca60e20b86f536048fdaa68e (diff)
downloadparted-e3245cb280f220c327dc49b124dc2f4fbf76368c.tar.gz
build: update AC_CONFIG_SRCDIR for non-srcdir-from-clone builds
* configure.ac (AC_CONFIG_SRCDIR): List parted.h.in, rather than the now-generated parted.h, for those who run configure not from a distribution tarball, but from a non-srcdir build using a pristine clone.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cf559f8..5db6dbd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ AC_INIT([GNU parted], m4_esyscmd([build-aux/git-version-gen .version]),
# When the most recent signed tag is v1.8.8.1,
# the above might set e.g., PACKAGE_VERSION='1.8.8.1.1-0bfc'
-AC_CONFIG_SRCDIR([include/parted/parted.h])
+AC_CONFIG_SRCDIR([include/parted/parted.h.in])
AC_CONFIG_HEADERS([lib/config.h:lib/config.h.in])
AC_CONFIG_AUX_DIR([build-aux])