diff options
author | ahze <ahze@FreeBSD.org> | 2005-09-15 15:09:38 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-09-15 15:09:38 +0800 |
commit | 577ee00e152cb17b31fc865743402a55256e89cd (patch) | |
tree | 10e5907323085709e3e9072f14a67c2792f789c2 /devel/Makefile | |
parent | 583ff7e0fb0c32493b0951d80738b1fa9454aa14 (diff) | |
download | freebsd-ports-gnome-577ee00e152cb17b31fc865743402a55256e89cd.tar.gz freebsd-ports-gnome-577ee00e152cb17b31fc865743402a55256e89cd.tar.zst freebsd-ports-gnome-577ee00e152cb17b31fc865743402a55256e89cd.zip |
- Add configgen
Simple script that makes life a little easier with gnu-autotools
on FreeBSD. Configgen takes all the guess work out of figuring out
paths, gnu-autotools versions, and more. Configgen can simply be
run in a source directory and it will figure out which versions of
autotools to use and the best way to auto-generate a configure script
or you can specify a command below.
-gnu Create generic gnu configure script
-gnome Create gnome specific configure script
-bsd Use FreeBSD auto-tools
(versions: libtool15, automake15, autoconf253)
-bsd14 Use FreeBSD auto-tools
(versions: libtool13, automake14, autoconf213)
-bsd19 Use FreeBSD auto-tools
(versions: libtool15, automake19, autoconf259)
<config> Specify a auto-gen configure script
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8a9f1033de90..536caac109d3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -149,6 +149,7 @@ SUBDIR += cogito SUBDIR += colorer SUBDIR += commoncpp + SUBDIR += configgen SUBDIR += cons SUBDIR += cons-test SUBDIR += cook |