X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=aa233b8a504991dcbdd4d49d4b55a21647b3df2a;hp=ccbe5f8bac240442bb73f59cdc74bfd7607afcee;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=2762a7d7cf8d83e68b8f635941f6609119d630ae diff --git a/Makefile.in b/Makefile.in index ccbe5f8b..aa233b8a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -82,7 +82,7 @@ tar:: cd $$d ; done ; \ echo creating tar file $$ADIR$$NAME.tar.gz... ; \ export COPYFILE_DISABLE=true ; \ - GZIP="-9v" $(TAR) -vchzf $$ADIR$$NAME.tar.gz \ + GZIP="-9v" $(TAR) -vczf $$ADIR$$NAME.tar.gz \ `echo $(TARFILES) $$FILES | sed "s|^|$$NAME/|g; s| | $$NAME/|g" ` ; \ rm $$NAME @@ -94,14 +94,9 @@ tar:: # out options we don't use. Odds are good that this will fail with any version # of autoconf other than the ones I've tried (2.12 and 2.13.) # -# NOTE: we now require autoconf 2.63 or earlier, because later versions have -# the "Expanded-Before-Required" change and I can't make any sense of it. -# If someone wants to send me a patch to make configure.in work with 2.64 -# or later, feel free. Personally, I can't be bothered. -# configure:: - autoconf263 - autoheader263 + autoconf + autoheader @TMP=configure.$$$$ ; \ echo "munging configure's --help message..." ; \ ( perl -e ' \