From d62c752898806ed2d8778d6f01484d88dcf1385d Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 8 Jan 2008 01:09:27 +0000 Subject: Fix a typo. s/autoconf/aclocal/ svn path=/trunk/; revision=9138 --- packages/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index 6347ef8f..663501aa 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/ && autoconf && $(PD_AUTOCONF) && autoheader + cd $(pd_src)/src/ && aclocal && $(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