From f20a892e100dc79b3719a0240a5153c4b238a370 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 8 Jan 2008 23:32:00 +0000 Subject: Make sure we need to run aclocal before doing so. svn path=/trunk/; revision=9140 --- packages/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1