Whamcloud - gitweb
Branch HEAD
authorscjody <scjody>
Mon, 11 Jun 2007 21:51:43 +0000 (21:51 +0000)
committerscjody <scjody>
Mon, 11 Jun 2007 21:51:43 +0000 (21:51 +0000)
Fix weird build issue

ldiskfs/configure.ac

index 6ccf1c8..7ae8f16 100644 (file)
@@ -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