aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2015-05-01 15:17:41 -0700
committerWayne Davison <wayned@samba.org>2015-05-01 15:17:41 -0700
commit2ac35b45071c7bfd8be6be41bfd45326f1f57bce (patch)
tree18a80386a7306921743559541e5c0499e7052db5
parent3bc319766d1b00da3989b5cf05bc5669fef54aec (diff)
downloadandroid_external_rsync-2ac35b45071c7bfd8be6be41bfd45326f1f57bce.tar.gz
android_external_rsync-2ac35b45071c7bfd8be6be41bfd45326f1f57bce.tar.bz2
android_external_rsync-2ac35b45071c7bfd8be6be41bfd45326f1f57bce.zip
Pass -I option to aclocal.
-rw-r--r--Makefile.in2
-rw-r--r--prepare-source.mak2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 4e20827b..2fddfef8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -145,7 +145,7 @@ conf:
cd $(srcdir) && $(MAKE) -f prepare-source.mak conf
aclocal.m4: m4/*.m4
- aclocal
+ aclocal -I $(srcdir)/m4
configure.sh config.h.in: configure.ac aclocal.m4
@if test -f configure.sh; then cp -p configure.sh configure.sh.old; else touch configure.sh.old; fi
diff --git a/prepare-source.mak b/prepare-source.mak
index efb62283..ad291feb 100644
--- a/prepare-source.mak
+++ b/prepare-source.mak
@@ -1,7 +1,7 @@
conf: configure.sh config.h.in
aclocal.m4:
- aclocal
+ aclocal -I m4
configure.sh: configure.ac aclocal.m4
autoconf -o configure.sh