1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

GNU autoconf ver 2.4, to generate your own configure scripts.

Submitted by:	torstenb
This commit is contained in:
Satoshi Asami 1995-10-12 07:11:56 +00:00
parent 1d1872d38d
commit 4f34d33d51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2321
72 changed files with 864 additions and 0 deletions

21
devel/autoconf/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

1
devel/autoconf/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

7
devel/autoconf/pkg-descr Normal file
View File

@ -0,0 +1,7 @@
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.

23
devel/autoconf/pkg-plist Normal file
View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub

21
devel/autoconf26/Makefile Normal file
View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: autoconf
# Version required: 2.4
# Date created: 7 October 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id$
#
DISTNAME= autoconf-2.4
CATEGORIES= development programming
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
EXEC_DEPENDS= gm4:${PORTSDIR}/devel/m4
MAINTAINER= torstenb@FreeBSD.ORG
GNU_CONFIGURE= yes
STRIP=
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (autoconf-2.4.tar.gz) = 74b5e66e8f9645f1cccc334df33f1daf

View File

@ -0,0 +1,19 @@
*** Makefile.in.orig Sat Jul 1 18:18:43 1995
--- Makefile.in Sat Jul 1 18:19:38 1995
***************
*** 138,144 ****
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi
--- 138,144 ----
-if test -f autoscan; then \
$(INSTALL_PROGRAM) autoscan $(bindir)/`echo autoscan|sed '$(transform)'`; \
for i in acfunctions acheaders acidentifiers acprograms \
! acmakevars config.guess config.sub; do \
$(INSTALL_DATA) $(srcdir)/$$i $(acdatadir)/$$i; \
done; \
else :; fi

View File

@ -0,0 +1 @@
autoconf-2.4, produce shell scripts to automatically configure source code

View File

@ -0,0 +1,7 @@
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.

View File

@ -0,0 +1,23 @@
bin/autoconf
bin/autoheader
bin/autoreconf
bin/autoscan
bin/autoupdate
bin/ifnames
info/autoconf.info
info/standards.info
share/autoconf/acconfig.h
share/autoconf/acfunctions
share/autoconf/acgeneral.m4
share/autoconf/acheaders
share/autoconf/acidentifiers
share/autoconf/acmakevars
share/autoconf/acoldnames.m4
share/autoconf/acprograms
share/autoconf/acspecific.m4
share/autoconf/autoconf.m4
share/autoconf/autoconf.m4f
share/autoconf/autoheader.m4
share/autoconf/autoheader.m4f
share/autoconf/config.guess
share/autoconf/config.sub