diff options
-rw-r--r-- | compatMakefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/compatMakefile b/compatMakefile index 22672b8..9d1b9c8 100644 --- a/compatMakefile +++ b/compatMakefile @@ -260,10 +260,11 @@ stamp-config: config.status $(srcdir)/config.h.in $(SHELL) config.status touch stamp-config -configure: configure.in - autoconf $(ACFLAGS) -config.h.in: configure.in - autoheader $(ACFLAGS) +# These rules cause too much trouble. +#configure: configure.in +# autoconf $(ACFLAGS) +#config.h.in: configure.in +# autoheader $(ACFLAGS) # This tells versions [3.59,3.63) of GNU make not to export all variables. .NOEXPORT: |