tell aclocal about config dir
authorChristoph Junghans <junghans@mpip-mainz.mpg.de>
Thu, 29 Jul 2010 07:40:03 +0000 (09:40 +0200)
committerChristoph Junghans <junghans@mpip-mainz.mpg.de>
Thu, 29 Jul 2010 14:37:19 +0000 (16:37 +0200)
Makefile.am
bootstrap

index 0f8edb50eeb2b8e6909b1a66ce9251db73327a14..323f83159b007a069bbe460c9cc950a02271116b 100644 (file)
@@ -7,6 +7,7 @@
 # automake. Presently, this means automake version 1.4f. In Groningen, you
 # can find that under ~lindahl/gnu/bin , or download a copy from www.gromacs.org
 
+ACLOCAL_AMFLAGS = -I config
 
 AUTOMAKE_OPTIONS = foreign 
 
index 411d3c0ebd2305aebd735142fe8829368bb8588d..91756e5b386f9616fd1cf59c809c5c58eee51201 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -23,7 +23,7 @@ if ! libtool --version 2>&1 | grep GNU >/dev/null 2>&1; then
     fi
 fi
 
-aclocal
+aclocal -I config
 # fix for OSX producing debug directories; replace rm -f with rm -rf in built-in scripts
 cat aclocal.m4 | sed -e 's/rm="rm -f"/rm="rm -rf"/' | sed -e 's/rm -f /rm -rf /' > aclocal.tmp && mv aclocal.tmp aclocal.m4
 autoheader