mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Remove autoconf-2.53/autoconf-2.59 from the tree, no longer needed.
PR: 116639
This commit is contained in:
parent
e31617b94c
commit
06181683c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200414
2
MOVED
2
MOVED
@ -3264,3 +3264,5 @@ games/hlserver-ts||2007-09-29|Has expired: dependency of removed port games/half
|
||||
games/hlserver-vs||2007-09-29|Has expired: dependency of removed port games/halflifeserver
|
||||
games/hlserver-wasteland||2007-09-29|Has expired: dependency of removed port games/halflifeserver
|
||||
games/hlserver-wizwars||2007-09-29|Has expired: dependency of removed port games/halflifeserver
|
||||
devel/autoconf253|devel/autoconf261|2007-09-29|Autotools cleanup
|
||||
devel/autoconf259|devel/autoconf261|2007-09-29|Autotools cleanup
|
||||
|
@ -1,58 +0,0 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= autoconf
|
||||
PORTVERSION= 2.53
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= autoconf
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
COMMENT= Automatically configure source code on many Un*x platforms (2.53)
|
||||
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||
help2man:${PORTSDIR}/misc/help2man
|
||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||
autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
|
||||
|
||||
BUILD_VERSION= 2.53
|
||||
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
||||
LATEST_LINK= autoconf253
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_RUN= yes
|
||||
INFO= autoconf-${BUILD_VERSION}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4
|
||||
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh \
|
||||
missing mkinstalldirs
|
||||
|
||||
MAN1_PAGES= autoconf autoheader autom4te autoreconf autoscan \
|
||||
autoupdate config.guess config.sub ifnames
|
||||
MAN1= ${MAN1_PAGES:S/$/-${BUILD_VERSION}.1/g}
|
||||
|
||||
post-patch:
|
||||
@(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1-${BUILD_VERSION},' configure)
|
||||
@(cd ${WRKSRC}/man && \
|
||||
for file in *.[1x]; do \
|
||||
${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2-${BUILD_VERSION},g ; \
|
||||
s,(config\.guess|config\.sub|ifnames),\1-${BUILD_VERSION},g' $$file ; \
|
||||
done)
|
||||
@(cd ${WRKSRC}/doc && ${RM} -f *.info && \
|
||||
${MV} autoconf.texi autoconf-${BUILD_VERSION}.texi)
|
||||
|
||||
post-install:
|
||||
.for FILE in ${GENERIC_TOOLS}
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf-${BUILD_VERSION}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (autoconf-2.53.tar.bz2) = c121b003f51e293c2bf5a6105c721388
|
||||
SHA256 (autoconf-2.53.tar.bz2) = 6b217a064c6d06603d50a3ad05129aef9435367810c10894210b8dad965d2306
|
||||
SIZE (autoconf-2.53.tar.bz2) = 756398
|
@ -1,35 +0,0 @@
|
||||
--- doc/autoconf.texi.orig Fri Mar 8 04:57:41 2002
|
||||
+++ doc/autoconf.texi Sat Apr 14 15:36:01 2007
|
||||
@@ -2,4 +2,4 @@
|
||||
@c %**start of header
|
||||
-@setfilename autoconf.info
|
||||
-@settitle Autoconf
|
||||
+@setfilename autoconf-2.53.info
|
||||
+@settitle Autoconf-2.53
|
||||
|
||||
@@ -34,23 +34,5 @@
|
||||
|
||||
-@dircategory GNU admin
|
||||
+@dircategory Programming & development tools
|
||||
@direntry
|
||||
-* Autoconf: (autoconf). Create source code configuration scripts
|
||||
-@end direntry
|
||||
-
|
||||
-@dircategory Individual utilities
|
||||
-@direntry
|
||||
-* autoscan: (autoconf)autoscan Invocation.
|
||||
- Semi-automatic @file{configure.ac} writing
|
||||
-* ifnames: (autoconf)ifnames Invocation.
|
||||
- Listing the conditionals in source code
|
||||
-* autoconf: (autoconf)autoconf Invocation.
|
||||
- How to create configuration scripts
|
||||
-* autoreconf: (autoconf)autoreconf Invocation.
|
||||
- Remaking multiple @command{configure} scripts
|
||||
-* configure: (autoconf)configure Invocation.
|
||||
- Configuring a package
|
||||
-* config.status: (autoconf)config.status Invocation.
|
||||
- Recreating a configuration
|
||||
-* testsuite: (autoconf)testsuite Invocation.
|
||||
- Running an Autotest test suite
|
||||
+* Autoconf-2.53: (autoconf-2.53). Create source code configuration scripts.
|
||||
@end direntry
|
@ -1,15 +0,0 @@
|
||||
--- bin/autoscan.in.orig Fri Mar 8 06:52:41 2002
|
||||
+++ bin/autoscan.in Mon Sep 16 03:56:50 2002
|
||||
@@ -192,7 +192,11 @@
|
||||
sub used ($$;$)
|
||||
{
|
||||
my ($kind, $word, $where) = @_;
|
||||
- $where ||= "$File::Find::name:$.";
|
||||
+ my $lineno = 0;
|
||||
+ if (defined($.)) {
|
||||
+ $lineno = $.;
|
||||
+ }
|
||||
+ $where ||= "$File::Find::name:$lineno";
|
||||
push (@{$used{$kind}{$word}}, $where);
|
||||
}
|
||||
|
@ -1,28 +0,0 @@
|
||||
--- doc/Makefile.in.orig Fri Mar 8 05:10:30 2002
|
||||
+++ doc/Makefile.in Thu Apr 5 01:01:20 2007
|
||||
@@ -86,3 +86,3 @@
|
||||
|
||||
-info_TEXINFOS = autoconf.texi standards.texi
|
||||
+info_TEXINFOS = autoconf-2.53.texi
|
||||
autoconf_TEXINFOS = fdl.texi install.texi
|
||||
@@ -103,5 +103,5 @@
|
||||
TEXINFO_TEX = $(top_srcdir)/config/texinfo.tex
|
||||
-INFO_DEPS = autoconf.info standards.info
|
||||
-DVIS = autoconf.dvi standards.dvi
|
||||
-TEXINFOS = autoconf.texi standards.texi
|
||||
+INFO_DEPS = autoconf-2.53.info
|
||||
+DVIS = autoconf.dvi
|
||||
+TEXINFOS = autoconf-2.53.texi
|
||||
DIST_COMMON = $(autoconf_TEXINFOS) $(standards_TEXINFOS) Makefile.am \
|
||||
@@ -120,4 +120,4 @@
|
||||
@:
|
||||
-$(srcdir)/stamp-vti: autoconf.texi $(top_srcdir)/configure.ac
|
||||
- @(set `$(SHELL) $(top_srcdir)/config/mdate-sh $(srcdir)/autoconf.texi`; \
|
||||
+$(srcdir)/stamp-vti: autoconf-2.53.texi $(top_srcdir)/configure.ac
|
||||
+ @(set `$(SHELL) $(top_srcdir)/config/mdate-sh $(srcdir)/autoconf-2.53.texi`; \
|
||||
echo "@set UPDATED $$1 $$2 $$3"; \
|
||||
@@ -138,3 +138,3 @@
|
||||
|
||||
-autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
|
||||
+autoconf-2.53.info: autoconf-2.53.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
|
||||
autoconf.dvi: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
|
@ -1,9 +0,0 @@
|
||||
Autoconf is an extensible package of m4 macros that produce shell
|
||||
scripts to automatically configure software source code packages.
|
||||
These scripts can adapt the packages to many kinds of UNIX-like
|
||||
systems without manual user intervention. Autoconf creates a
|
||||
configuration script for a package from a template file that lists the
|
||||
operating system features that the package can use, in the form of m4
|
||||
macro calls.
|
||||
|
||||
WWW: http://www.gnu.org/software/autoconf/
|
@ -1,56 +0,0 @@
|
||||
bin/autoconf-%%BUILD_VERSION%%
|
||||
bin/autoheader-%%BUILD_VERSION%%
|
||||
bin/autom4te-%%BUILD_VERSION%%
|
||||
bin/autoreconf-%%BUILD_VERSION%%
|
||||
bin/autoscan-%%BUILD_VERSION%%
|
||||
bin/autoupdate-%%BUILD_VERSION%%
|
||||
bin/ifnames-%%BUILD_VERSION%%
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/General.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/Struct.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/XFile.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/INSTALL
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4f
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autoheader.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autotest.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autoupdate.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/c.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/fortran.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/functions.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/general.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/headers.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/lang.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/libs.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/oldnames.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/programs.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/specific.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/status.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/types.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autom4te.cfg
|
||||
share/autoconf-%%BUILD_VERSION%%/autoscan/functions
|
||||
share/autoconf-%%BUILD_VERSION%%/autoscan/headers
|
||||
share/autoconf-%%BUILD_VERSION%%/autoscan/identifiers
|
||||
share/autoconf-%%BUILD_VERSION%%/autoscan/libraries
|
||||
share/autoconf-%%BUILD_VERSION%%/autoscan/makevars
|
||||
share/autoconf-%%BUILD_VERSION%%/autoscan/programs
|
||||
share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4f
|
||||
share/autoconf-%%BUILD_VERSION%%/autotest/general.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/config.guess
|
||||
share/autoconf-%%BUILD_VERSION%%/config.sub
|
||||
share/autoconf-%%BUILD_VERSION%%/elisp-comp
|
||||
share/autoconf-%%BUILD_VERSION%%/install-sh
|
||||
share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sh.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sh.m4f
|
||||
share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sugar.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sugar.m4f
|
||||
share/autoconf-%%BUILD_VERSION%%/m4sugar/version.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/mdate-sh
|
||||
share/autoconf-%%BUILD_VERSION%%/missing
|
||||
share/autoconf-%%BUILD_VERSION%%/mkinstalldirs
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%/m4sugar
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%/autotest
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%/autoscan
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%/autoconf
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%/Autom4te
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%
|
@ -1,62 +0,0 @@
|
||||
# New ports collection makefile for: autoconf
|
||||
# Date created: 7 October 1995
|
||||
# Whom: torstenb@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= autoconf
|
||||
PORTVERSION= 2.59
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= autoconf
|
||||
DISTNAME= autoconf-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ade@FreeBSD.org
|
||||
COMMENT= Automatically configure source code on many Un*x platforms (2.59)
|
||||
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||
help2man:${PORTSDIR}/misc/help2man
|
||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
|
||||
autoconf-wrapper:${PORTSDIR}/devel/autoconf-wrapper
|
||||
|
||||
BUILD_VERSION= 2.59
|
||||
PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
|
||||
LATEST_LINK= autoconf259
|
||||
USE_BZIP2= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
INFO= autoconf-${BUILD_VERSION}
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4
|
||||
CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} --without-lispdir
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
GENERIC_TOOLS= config.guess config.sub elisp-comp install-sh mdate-sh \
|
||||
missing mkinstalldirs
|
||||
|
||||
MAN1_PAGES= autoconf autoheader autom4te autoreconf autoscan \
|
||||
autoupdate config.guess config.sub ifnames
|
||||
MAN1= ${MAN1_PAGES:S/$/-${BUILD_VERSION}.1/g}
|
||||
|
||||
post-patch:
|
||||
@(cd ${WRKSRC} && ${REINPLACE_CMD} -E 's,(PACKAGE=autoconf),\1-${BUILD_VERSION},' configure)
|
||||
@(cd ${WRKSRC}/man && \
|
||||
for file in *.[1x]; do \
|
||||
${REINPLACE_CMD} -E 's,([^-]auto)(conf|make|reconf|update|header|scan),\1\2-${BUILD_VERSION},g ; \
|
||||
s,(config\.guess|config\.sub|ifnames),\1-${BUILD_VERSION},g' $$file ; \
|
||||
done)
|
||||
@(cd ${WRKSRC}/doc && \
|
||||
${RM} -f *.info && \
|
||||
${MV} autoconf.texi autoconf-${BUILD_VERSION}.texi)
|
||||
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|@PACKAGE@$$|@PACKAGE@-@VERSION@|'
|
||||
|
||||
post-install:
|
||||
.for FILE in ${GENERIC_TOOLS}
|
||||
@${INSTALL_SCRIPT} ${WRKSRC}/config/${FILE} ${PREFIX}/share/autoconf-${BUILD_VERSION}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f
|
||||
SHA256 (autoconf-2.59.tar.bz2) = f0cde70a8f135098a6a3e85869f2e1cc3f141beea766fa3d6636e086cd8b90a7
|
||||
SIZE (autoconf-2.59.tar.bz2) = 925073
|
@ -1,38 +0,0 @@
|
||||
--- doc/autoconf.texi.orig Wed Nov 5 02:38:29 2003
|
||||
+++ doc/autoconf.texi Sat Apr 14 15:45:02 2007
|
||||
@@ -3,5 +3,5 @@
|
||||
@comment %**start of header
|
||||
-@setfilename autoconf.info
|
||||
+@setfilename autoconf-2.59.info
|
||||
@include version.texi
|
||||
-@settitle Autoconf
|
||||
+@settitle Autoconf-2.59
|
||||
@setchapternewpage odd
|
||||
@@ -210,25 +210,5 @@
|
||||
|
||||
-@dircategory Software development
|
||||
+@dircategory Programming & development tools
|
||||
@direntry
|
||||
-* Autoconf: (autoconf). Create source code configuration scripts.
|
||||
-@end direntry
|
||||
-
|
||||
-@dircategory Individual utilities
|
||||
-@direntry
|
||||
-* autoscan: (autoconf)autoscan Invocation.
|
||||
- Semi-automatic @file{configure.ac} writing
|
||||
-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
|
||||
-* autoconf: (autoconf)autoconf Invocation.
|
||||
- How to create configuration scripts
|
||||
-* autoreconf: (autoconf)autoreconf Invocation.
|
||||
- Remaking multiple @command{configure} scripts
|
||||
-* autoheader: (autoconf)autoheader Invocation.
|
||||
- How to create configuration templates
|
||||
-* autom4te: (autoconf)autom4te Invocation.
|
||||
- The Autoconf executables backbone
|
||||
-* configure: (autoconf)configure Invocation. Configuring a package.
|
||||
-* autoupdate: (autoconf)autoupdate Invocation.
|
||||
- Automatic update of @file{configure.ac}
|
||||
-* config.status: (autoconf)config.status Invocation. Recreating configurations.
|
||||
-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
|
||||
+* Autoconf-2.59: (autoconf-2.59). Create source code configuration scripts.
|
||||
@end direntry
|
@ -1,7 +0,0 @@
|
||||
--- bin/autoreconf.in.orig Fri Oct 3 07:31:23 2003
|
||||
+++ bin/autoreconf.in Wed Jun 30 20:15:18 2004
|
||||
@@ -488,3 +488,3 @@
|
||||
verb "$configure_ac: creating directory $aux_dir";
|
||||
- mkdir $aux_dir
|
||||
+ mkdir $aux_dir, 0777
|
||||
or error "cannot create $aux_dir: $!";
|
@ -1,31 +0,0 @@
|
||||
--- doc/Makefile.in.orig Thu Nov 6 01:33:27 2003
|
||||
+++ doc/Makefile.in Thu Apr 5 01:23:42 2007
|
||||
@@ -50,3 +50,3 @@
|
||||
am__TEXINFO_TEX_DIR = $(top_srcdir)/config
|
||||
-INFO_DEPS = autoconf.info standards.info
|
||||
+INFO_DEPS = autoconf-2.59.info
|
||||
DVIS = autoconf.dvi standards.dvi
|
||||
@@ -55,3 +55,3 @@
|
||||
HTMLS = autoconf.html standards.html
|
||||
-TEXINFOS = autoconf.texi standards.texi
|
||||
+TEXINFOS = autoconf-2.59.texi
|
||||
TEXI2PDF = $(TEXI2DVI) --pdf --batch
|
||||
@@ -123,3 +123,3 @@
|
||||
TEXI2HTML_FLAGS = -split_chapter
|
||||
-info_TEXINFOS = autoconf.texi standards.texi
|
||||
+info_TEXINFOS = autoconf-2.59.texi
|
||||
autoconf_TEXINFOS = fdl.texi install.texi
|
||||
@@ -199,3 +199,3 @@
|
||||
-o $@ $<
|
||||
-autoconf.info: autoconf.texi version.texi $(autoconf_TEXINFOS)
|
||||
+autoconf-2.59.info: autoconf-2.59.texi version.texi $(autoconf_TEXINFOS)
|
||||
autoconf.dvi: autoconf.texi version.texi $(autoconf_TEXINFOS)
|
||||
@@ -204,5 +204,5 @@
|
||||
version.texi: stamp-vti
|
||||
-stamp-vti: autoconf.texi $(top_srcdir)/configure
|
||||
- @(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \
|
||||
- set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/autoconf.texi`; \
|
||||
+stamp-vti: autoconf-2.59.texi $(top_srcdir)/configure
|
||||
+ @(dir=.; test -f ./autoconf-2.59.texi || dir=$(srcdir); \
|
||||
+ set `$(SHELL) $(top_srcdir)/config/mdate-sh $$dir/autoconf-2.59.texi`; \
|
||||
echo "@set UPDATED $$1 $$2 $$3"; \
|
@ -1,9 +0,0 @@
|
||||
Autoconf is an extensible package of m4 macros that produce shell
|
||||
scripts to automatically configure software source code packages.
|
||||
These scripts can adapt the packages to many kinds of UNIX-like
|
||||
systems without manual user intervention. Autoconf creates a
|
||||
configuration script for a package from a template file that lists the
|
||||
operating system features that the package can use, in the form of m4
|
||||
macro calls.
|
||||
|
||||
WWW: http://www.gnu.org/software/autoconf/
|
@ -1,58 +0,0 @@
|
||||
bin/autoconf-%%BUILD_VERSION%%
|
||||
bin/autoheader-%%BUILD_VERSION%%
|
||||
bin/autom4te-%%BUILD_VERSION%%
|
||||
bin/autoreconf-%%BUILD_VERSION%%
|
||||
bin/autoscan-%%BUILD_VERSION%%
|
||||
bin/autoupdate-%%BUILD_VERSION%%
|
||||
bin/ifnames-%%BUILD_VERSION%%
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/C4che.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/ChannelDefs.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/Channels.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/Configure_ac.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/FileUtils.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/General.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/Request.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/Struct.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/Autom4te/XFile.pm
|
||||
share/autoconf-%%BUILD_VERSION%%/INSTALL
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autoconf.m4f
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autoheader.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autoscan.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autotest.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/autoupdate.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/c.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/fortran.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/functions.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/general.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/headers.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/lang.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/libs.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/oldnames.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/programs.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/specific.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/status.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autoconf/types.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autom4te.cfg
|
||||
share/autoconf-%%BUILD_VERSION%%/autoscan/autoscan.list
|
||||
share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/autotest/autotest.m4f
|
||||
share/autoconf-%%BUILD_VERSION%%/autotest/general.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/config.guess
|
||||
share/autoconf-%%BUILD_VERSION%%/config.sub
|
||||
share/autoconf-%%BUILD_VERSION%%/elisp-comp
|
||||
share/autoconf-%%BUILD_VERSION%%/install-sh
|
||||
share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sh.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sh.m4f
|
||||
share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sugar.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/m4sugar/m4sugar.m4f
|
||||
share/autoconf-%%BUILD_VERSION%%/m4sugar/version.m4
|
||||
share/autoconf-%%BUILD_VERSION%%/mdate-sh
|
||||
share/autoconf-%%BUILD_VERSION%%/missing
|
||||
share/autoconf-%%BUILD_VERSION%%/mkinstalldirs
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%/m4sugar
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%/autotest
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%/autoscan
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%/autoconf
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%/Autom4te
|
||||
@dirrm share/autoconf-%%BUILD_VERSION%%
|
Loading…
Reference in New Issue
Block a user