summaryrefslogtreecommitdiff
path: root/prepare-source.mak
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 /prepare-source.mak
parent3bc319766d1b00da3989b5cf05bc5669fef54aec (diff)
downloadrsync-2ac35b45071c7bfd8be6be41bfd45326f1f57bce.tar.gz
Pass -I option to aclocal.
Diffstat (limited to 'prepare-source.mak')
-rw-r--r--prepare-source.mak2
1 files changed, 1 insertions, 1 deletions
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