mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-28 15:58:07 +00:00
(configure, config.h.in): Uncomment these rules.
Commit the files to CVS if there is a CVS directory.
This commit is contained in:
parent
8fc1187283
commit
1280ee49bb
1 changed files with 6 additions and 5 deletions
|
@ -265,11 +265,12 @@ stamp-config: config.status $(srcdir)/config.h.in
|
||||||
$(SHELL) config.status
|
$(SHELL) config.status
|
||||||
touch stamp-config
|
touch stamp-config
|
||||||
|
|
||||||
# These rules cause too much trouble.
|
configure: configure.in aclocal.m4
|
||||||
#configure: configure.in
|
cd $(srcdir) && autoconf $(ACFLAGS)
|
||||||
# autoconf $(ACFLAGS)
|
test -d CVS && cvs commit -m'autoconf $(ACFLAGS)' $@
|
||||||
#config.h.in: configure.in
|
config.h.in: configure.in aclocal.m4
|
||||||
# autoheader $(ACFLAGS)
|
cd $(srcdir) && autoheader $(ACFLAGS)
|
||||||
|
test -d CVS && cvs commit -m'autoheader $(ACFLAGS)' $@
|
||||||
|
|
||||||
# This tells versions [3.59,3.63) of GNU make not to export all variables.
|
# This tells versions [3.59,3.63) of GNU make not to export all variables.
|
||||||
.NOEXPORT:
|
.NOEXPORT:
|
||||||
|
|
Loading…
Reference in a new issue