From: scjody Date: Mon, 11 Jun 2007 21:51:43 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_7_100~74 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=7188d83712aaa51eb3398dd5d1700e7175c32b18 Branch HEAD Fix weird build issue --- diff --git a/ldiskfs/configure.ac b/ldiskfs/configure.ac index 6ccf1c8..7ae8f16 100644 --- a/ldiskfs/configure.ac +++ b/ldiskfs/configure.ac @@ -3,6 +3,9 @@ AC_INIT([Lustre ldiskfs], 3.0.0, [https://bugzilla.lustre.org/]) AC_CONFIG_SRCDIR([lustre-ldiskfs.spec.in]) +# Don't look for install-sh, etc. in .. +AC_CONFIG_AUX_DIR([.]) + AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE