projects
/
platform
/
upstream
/
isl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
157963c
)
configure.ac: explicitly set AC_CONFIG_AUX_DIR
author
Sven Verdoolaege
<skimo@kotnet.org>
Wed, 22 Jul 2009 19:35:40 +0000
(21:35 +0200)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Wed, 22 Jul 2009 19:35:40 +0000
(21:35 +0200)
Without it, libtool can apparently get confused about which
ltmain.sh to use.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
dabcedb
..
e8b0ff4
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,4
+1,5
@@
AC_INIT
+AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(isl, 0.00)