[jhbuild] [libhello] don't look for libtool files in toplevel dir, #579556
- From: Christophe Fergeau <teuf src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] [libhello] don't look for libtool files in toplevel dir, #579556
- Date: Tue, 21 Apr 2009 16:43:44 -0400 (EDT)
commit 03439c8fb06b4570d49f868adf9b09e5107fc21c
Author: Christophe Fergeau <cfergeau mandriva com>
Date: Tue Apr 21 22:37:48 2009 +0200
[libhello] don't look for libtool files in toplevel dir, #579556
libhello was looking for libtool data files in jhbuild toplevel directory
which can't work since the toplevel configure.in doesn't call AC_LIBTOOl.
Let libhello configure.in know that it should look in its own dir for libtool
data files by calling AC_CONFIG_AUX_DIR(.)
---
tests/libhello/configure.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/libhello/configure.in b/tests/libhello/configure.in
index 2e215da..ee9cc9d 100644
--- a/tests/libhello/configure.in
+++ b/tests/libhello/configure.in
@@ -1,5 +1,6 @@
AC_INIT([hello], [1.0])
+AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([1.9 foreign])
AC_PROG_LIBTOOL
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]