Lines 1-5
Link Here
|
1 |
--- Makefile.in.orig Tue Jan 5 08:27:16 1999 |
1 |
--- Makefile.in.orig Sun Feb 27 11:18:10 2000 |
2 |
+++ Makefile.in Sat Jan 23 23:29:33 1999 |
2 |
+++ Makefile.in Mon Mar 18 21:10:20 2002 |
|
|
3 |
@@ -68,7 +68,7 @@ |
4 |
DISTFILES = AUTHORS COPYING ChangeLog ChangeLog.1 INSTALL \ |
5 |
Makefile.in NEWS README TODO $(M4FILES) \ |
6 |
acconfig.h acfunctions acheaders acidentifiers \ |
7 |
- acmakevars acprograms autoconf.info* \ |
8 |
+ acmakevars acprograms autoconf213.info* \ |
9 |
autoconf.sh autoconf.texi install.texi \ |
10 |
autoheader.sh autoscan.pl autoreconf.sh autoupdate.sh ifnames.sh \ |
11 |
config.guess config.sub configure configure.in \ |
12 |
@@ -106,10 +106,10 @@ |
13 |
autoconf.m4f: autoconf.m4 acgeneral.m4 acspecific.m4 acoldnames.m4 |
14 |
autoheader.m4f: autoheader.m4 acgeneral.m4 acspecific.m4 acoldnames.m4 |
15 |
|
16 |
-info: autoconf.info @standards_info@ INSTALL |
17 |
+info: autoconf213.info |
18 |
|
19 |
# Use --no-split to avoid creating filenames > 14 chars. |
20 |
-autoconf.info: autoconf.texi install.texi |
21 |
+autoconf213.info: autoconf.texi install.texi |
22 |
$(MAKEINFO) -I$(srcdir) $(srcdir)/autoconf.texi --no-split --output=$@ |
23 |
|
24 |
INSTALL: install.texi |
3 |
@@ -141,7 +141,7 @@ |
25 |
@@ -141,7 +141,7 @@ |
4 |
|
26 |
|
5 |
install: all $(M4FILES) acconfig.h installdirs install-info |
27 |
install: all $(M4FILES) acconfig.h installdirs install-info |
Lines 9-15
Link Here
|
9 |
done |
31 |
done |
10 |
for i in $(M4FROZEN); do \ |
32 |
for i in $(M4FROZEN); do \ |
11 |
$(INSTALL_DATA) $$i $(acdatadir)/$$i; \ |
33 |
$(INSTALL_DATA) $$i $(acdatadir)/$$i; \ |
12 |
@@ -150,9 +150,9 @@ |
34 |
@@ -150,16 +150,16 @@ |
13 |
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ |
35 |
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ |
14 |
done |
36 |
done |
15 |
-if test -f autoscan; then \ |
37 |
-if test -f autoscan; then \ |
Lines 21-23
Link Here
|
21 |
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ |
43 |
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \ |
22 |
done; \ |
44 |
done; \ |
23 |
else :; fi |
45 |
else :; fi |
|
|
46 |
|
47 |
# Don't cd, to avoid breaking install-sh references. |
48 |
install-info: info installdirs |
49 |
- if test -f autoconf.info; then \ |
50 |
+ if test -f autoconf213.info; then \ |
51 |
for i in *.info*; do \ |
52 |
$(INSTALL_DATA) $$i $(infodir)/$$i; \ |
53 |
done; \ |
54 |
@@ -174,7 +174,7 @@ |
55 |
rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \ |
56 |
done |
57 |
rm -fr $(acdatadir) |
58 |
- cd $(infodir) && rm -f autoconf.info* |
59 |
+ cd $(infodir) && rm -f autoconf213.info* |
60 |
if test -f standards.info || test -f $(srcdir)/standards.info; \ |
61 |
then cd $(infodir) && rm -f standards.info*; fi |
62 |
|