diff options
author | Russell Bryant <russellbryant@users.sourceforge.net> | 2008-01-08 23:32:00 +0000 |
---|---|---|
committer | Russell Bryant <russellbryant@users.sourceforge.net> | 2008-01-08 23:32:00 +0000 |
commit | f20a892e100dc79b3719a0240a5153c4b238a370 (patch) | |
tree | 6883e61670ca650d8936f714d9a283bf4d600e62 | |
parent | 42956988add6a6f770429dcc04ba27f59323971f (diff) |
Make sure we need to run aclocal before doing so.
svn path=/trunk/; revision=9140
-rw-r--r-- | packages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile index 663501aa..af4b21bd 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -255,7 +255,7 @@ PD_BUILD_FLAGS = PD_AUTOCONF = autoconf $(pd_src)/src/configure: $(pd_src)/src/configure.in - cd $(pd_src)/src/ && aclocal && $(PD_AUTOCONF) && autoheader + cd $(pd_src)/src/ && if [ -f acinclude.m4 ] ; then aclocal ; fi && $(PD_AUTOCONF) && autoheader # this is not used yet because MinGW doesn't use ./configure && make yet #$(pd_src)/src/makefile: $(pd_src)/src/makefile.in |