]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(all): Make autoreconf too.
authorDavid MacKenzie <djm@djmnet.org>
Sat, 30 Apr 1994 01:56:30 +0000 (01:56 +0000)
committerDavid MacKenzie <djm@djmnet.org>
Sat, 30 Apr 1994 01:56:30 +0000 (01:56 +0000)
Makefile.in
doc/Makefile.in

index 277177d95aa768827ed869099721dc20d3ef5627..36c18834ed462d43d44a342fd2b08c6b5661a2ed 100644 (file)
@@ -26,8 +26,8 @@ INSTALL_DATA = @INSTALL_DATA@
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
 M4 = @M4@
-# Programs that we can not install if perl is missing.
-PROGS = @PROGS@
+
+PROGS = autoconf autoheader autoreconf @PROGS@
 # Path of the perl interpreter.
 PERL = @PERL@
 
@@ -76,7 +76,7 @@ TEXIDIR = $(srcdir)/../texinfo
 editsh = sed -e 's,@''datadir''@,$(acdatadir),g' -e 's,@''M4''@,$(M4),g'
 editpl = sed -e 's,@''datadir''@,$(acdatadir),g' -e 's,@''PERL''@,$(PERL),g'
 
-all: autoconf autoheader ${PROGS}
+all: ${PROGS}
 
 autoconf: autoconf.sh
        rm -f $@ $@.tmp
index 277177d95aa768827ed869099721dc20d3ef5627..36c18834ed462d43d44a342fd2b08c6b5661a2ed 100644 (file)
@@ -26,8 +26,8 @@ INSTALL_DATA = @INSTALL_DATA@
 MAKEINFO = makeinfo
 TEXI2DVI = texi2dvi
 M4 = @M4@
-# Programs that we can not install if perl is missing.
-PROGS = @PROGS@
+
+PROGS = autoconf autoheader autoreconf @PROGS@
 # Path of the perl interpreter.
 PERL = @PERL@
 
@@ -76,7 +76,7 @@ TEXIDIR = $(srcdir)/../texinfo
 editsh = sed -e 's,@''datadir''@,$(acdatadir),g' -e 's,@''M4''@,$(M4),g'
 editpl = sed -e 's,@''datadir''@,$(acdatadir),g' -e 's,@''PERL''@,$(PERL),g'
 
-all: autoconf autoheader ${PROGS}
+all: ${PROGS}
 
 autoconf: autoconf.sh
        rm -f $@ $@.tmp