rebuild .info now that texinfo has been updated.
This commit is contained in:
parent
e31cde7fa1
commit
a1eac8af16
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
|
||||
COMMENT= "automatically configure source code on many Un*x platforms"
|
||||
|
||||
DISTNAME= autoconf-2.60
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- Makefile.in.orig Fri Jun 23 18:04:53 2006
|
||||
+++ Makefile.in Sat Jul 8 17:12:30 2006
|
||||
@@ -216,6 +216,7 @@ install-pkgdataDATA: $(pkgdata_DATA)
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-bin_autom4te_in,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-bin_autom4te_in,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- bin/autom4te.in.orig Fri Jun 23 17:14:13 2006
|
||||
+++ bin/autom4te.in Sat Jul 8 17:15:03 2006
|
||||
@@ -88,16 +88,9 @@ my $freeze = 0;
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-bin_autoupdate_in,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-bin_autoupdate_in,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- bin/autoupdate.in.orig Mon Apr 10 20:27:21 2006
|
||||
+++ bin/autoupdate.in Sat Jul 8 17:12:30 2006
|
||||
@@ -57,6 +57,7 @@ my @include = ('@datadir@');
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-configure,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- configure.orig Sat Jul 8 17:20:14 2006
|
||||
+++ configure Sat Jul 8 17:20:26 2006
|
||||
@@ -2272,26 +2272,6 @@ fi
|
||||
|
@ -1,15 +1,6 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- doc/Makefile.in.orig Fri Jun 23 18:04:53 2006
|
||||
+++ doc/Makefile.in Sat Jul 8 17:26:07 2006
|
||||
@@ -226,7 +226,7 @@ $(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
|
||||
exit 1; \
|
||||
fi
|
||||
-$(srcdir)/autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
|
||||
+$(srcdir)/autoconf.info: #autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
|
||||
autoconf.dvi: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
|
||||
autoconf.pdf: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
|
||||
autoconf.html: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
|
||||
@@ -289,6 +289,10 @@ dist-info: $(INFO_DEPS)
|
||||
if test -f $$base; then d=.; else d=$(srcdir); fi; \
|
||||
for file in $$d/$$base*; do \
|
||||
|
@ -1,19 +1,19 @@
|
||||
$OpenBSD: patch-doc_autoconf_info,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
--- doc/autoconf.info.orig Sat Jul 8 17:23:55 2006
|
||||
+++ doc/autoconf.info Sat Jul 8 17:24:47 2006
|
||||
@@ -22,27 +22,27 @@ templates and an M4 macro package.
|
||||
$OpenBSD: patch-doc_autoconf_texi,v 1.1 2006/07/21 12:27:48 espie Exp $
|
||||
--- doc/autoconf.texi.orig Fri Jul 21 14:14:32 2006
|
||||
+++ doc/autoconf.texi Fri Jul 21 14:16:53 2006
|
||||
@@ -205,27 +205,27 @@ published by the Free Software Foundatio
|
||||
|
||||
INFO-DIR-SECTION Software development
|
||||
START-INFO-DIR-ENTRY
|
||||
@dircategory Software development
|
||||
@direntry
|
||||
-* Autoconf: (autoconf). Create source code configuration scripts.
|
||||
+* Autoconf-2.60: (autoconf-2.60). Create source code configuration scripts.
|
||||
END-INFO-DIR-ENTRY
|
||||
@end direntry
|
||||
|
||||
INFO-DIR-SECTION Individual utilities
|
||||
START-INFO-DIR-ENTRY
|
||||
@dircategory Individual utilities
|
||||
@direntry
|
||||
-* autoscan: (autoconf)autoscan Invocation.
|
||||
+* autoscan-2.60: (autoconf-2.60)autoscan Invocation.
|
||||
Semi-automatic `configure.ac' writing
|
||||
Semi-automatic @file{configure.ac} writing
|
||||
-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
|
||||
-* autoconf: (autoconf)autoconf Invocation.
|
||||
+* ifnames-2.60: (autoconf-2.60)ifnames Invocation. Listing conditionals in source.
|
||||
@ -21,7 +21,7 @@ $OpenBSD: patch-doc_autoconf_info,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
How to create configuration scripts
|
||||
-* autoreconf: (autoconf)autoreconf Invocation.
|
||||
+* autoreconf-2.60: (autoconf-2.60)autoreconf Invocation.
|
||||
Remaking multiple `configure' scripts
|
||||
Remaking multiple @command{configure} scripts
|
||||
-* autoheader: (autoconf)autoheader Invocation.
|
||||
+* autoheader-2.60: (autoconf-2.60)autoheader Invocation.
|
||||
How to create configuration templates
|
||||
@ -32,11 +32,11 @@ $OpenBSD: patch-doc_autoconf_info,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
-* autoupdate: (autoconf)autoupdate Invocation.
|
||||
+* configure: (autoconf-2.60)configure Invocation. Configuring a package.
|
||||
+* autoupdate-2.60: (autoconf-2.60)autoupdate Invocation.
|
||||
Automatic update of `configure.ac'
|
||||
Automatic update of @file{configure.ac}
|
||||
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
|
||||
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
|
||||
+* config.status: (autoconf-2.60)config.status Invocation. Recreating configurations.
|
||||
+* testsuite: (autoconf-2.60)testsuite Invocation. Running an Autotest test suite.
|
||||
END-INFO-DIR-ENTRY
|
||||
@end direntry
|
||||
|
||||
|
||||
@titlepage
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lib_autoconf_Makefile_in,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-lib_autoconf_Makefile_in,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- lib/autoconf/Makefile.in.orig Fri Jun 23 18:04:54 2006
|
||||
+++ lib/autoconf/Makefile.in Sat Jul 8 17:12:31 2006
|
||||
@@ -140,7 +140,7 @@ dist_autoconflib_DATA = \
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lib_autotest_Makefile_in,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-lib_autotest_Makefile_in,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- lib/autotest/Makefile.in.orig Fri Jun 23 18:04:54 2006
|
||||
+++ lib/autotest/Makefile.in Sat Jul 8 17:12:31 2006
|
||||
@@ -134,7 +134,7 @@ sysconfdir = @sysconfdir@
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lib_autotest_general_m4,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-lib_autotest_general_m4,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- lib/autotest/general.m4.orig Sun Jul 9 11:44:04 2006
|
||||
+++ lib/autotest/general.m4 Sun Jul 9 11:44:11 2006
|
||||
@@ -1177,7 +1177,7 @@ m4_divert_push([TESTS])dnl
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-lib_m4sugar_Makefile_in,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-lib_m4sugar_Makefile_in,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- lib/m4sugar/Makefile.in.orig Fri Jun 23 18:04:54 2006
|
||||
+++ lib/m4sugar/Makefile.in Sat Jul 8 17:12:31 2006
|
||||
@@ -134,7 +134,7 @@ sysconfdir = @sysconfdir@
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-tests_Makefile_in,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- tests/Makefile.in.orig Fri Jun 23 18:04:54 2006
|
||||
+++ tests/Makefile.in Sun Jul 9 11:43:54 2006
|
||||
@@ -471,9 +471,7 @@ $(wrappers): wrapper.in
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-tests_c_at,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-tests_c_at,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- tests/c.at.orig Wed Mar 8 21:47:02 2006
|
||||
+++ tests/c.at Sat Jul 8 17:18:23 2006
|
||||
@@ -141,13 +141,13 @@ AT_CLEANUP
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-tests_local_at,v 1.1.1.1 2006/07/10 00:39:49 espie Exp $
|
||||
$OpenBSD: patch-tests_local_at,v 1.2 2006/07/21 12:27:48 espie Exp $
|
||||
--- tests/local.at.orig Sun Jul 9 23:35:17 2006
|
||||
+++ tests/local.at Sun Jul 9 23:51:49 2006
|
||||
@@ -97,6 +97,7 @@ m4_ifval([$4],
|
||||
|
Loading…
Reference in New Issue
Block a user