aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRussell Bryant <russellbryant@users.sourceforge.net>2008-01-08 01:07:23 +0000
committerRussell Bryant <russellbryant@users.sourceforge.net>2008-01-08 01:07:23 +0000
commit76d53c369e5ad846034efb821cec1749e74521e0 (patch)
tree34ba3178ea69d78ab504433328d48251f601a052 /packages
parentc9bc37040b1ac26433466eb1c18f9eb64e6416be (diff)
Make sure aclocal and autoheader get executed when building pd-extended ...
svn path=/trunk/; revision=9137
Diffstat (limited to 'packages')
-rw-r--r--packages/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile
index 5a96d003..6347ef8f 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/ && $(PD_AUTOCONF)
+ cd $(pd_src)/src/ && autoconf && $(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