OSDN Git Service

build: correct my typo in preceding commit
authorJim Meyering <meyering@redhat.com>
Tue, 10 Jan 2012 10:21:52 +0000 (11:21 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 10 Jan 2012 10:21:52 +0000 (11:21 +0100)
* configure.ac (AC_CONFIG_SRCDIR): Correct preceding commit.
Keshav's patch was correct, but when I attempted to do the same
thing manually I wrote .h.in rather than .in.h.

configure.ac

index 5db6dbd..a4bbe95 100644 (file)
@@ -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.in])
+AC_CONFIG_SRCDIR([include/parted/parted.in.h])
 
 AC_CONFIG_HEADERS([lib/config.h:lib/config.h.in])
 AC_CONFIG_AUX_DIR([build-aux])