blob: 3d2a0e606df0ab4aa9990557d172506068315392 (
plain) (
tree)
|
|
--- Makefile.orig Wed Sep 8 22:54:44 2004
+++ Makefile Wed Sep 8 22:54:54 2004
@@ -258,7 +258,7 @@
all: Makefile config/Makefile.config $(TARGET_TYPE)
config/configure: config/configure.in
- cd config; autoconf
+ cd config; autoconf213
ifeq ("$(MYCONFIG_ARGS_DEFINED)" , "yes")
|