Gitweb: http://git.fedorahosted.org/git/?p=gfs2-utils.git;a=commitdiff;h=f1c446c04f3... Commit: f1c446c04f3a3405a5123f50e64c8e2f8007b064 Parent: fbfb14664cbaaafab2bcf33707728191d382d52a Author: Andrew Price anprice@redhat.com AuthorDate: Fri May 31 12:48:55 2013 +0100 Committer: Andrew Price anprice@redhat.com CommitterDate: Fri May 31 12:48:55 2013 +0100
build: Put back AC_CONFIG_SRCDIR
Previous patch removed AC_CONFIG_SRCDIR which is used to check the --srcdir configure option. Add it back.
Signed-off-by: Andrew Price anprice@redhat.com --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac index 51c42b1..911dd88 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,7 @@ LT_PREREQ([2.2.6]) LT_INIT
AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_SRCDIR([gfs2/libgfs2/libgfs2.h]) AC_CONFIG_HEADERS([make/clusterautoconfig.h])
AC_CANONICAL_HOST
cluster-commits@lists.stg.fedorahosted.org