aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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