2008-10-06 21:11:03 +02:00
|
|
|
# Template build file for 'm4'.
|
|
|
|
pkgname=m4
|
2011-03-03 09:59:22 +01:00
|
|
|
version=1.4.16
|
2008-10-28 23:57:52 +01:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2008-11-26 11:57:52 +01:00
|
|
|
configure_args="--enable-changeword --enable-threads"
|
2011-11-12 02:54:14 +01:00
|
|
|
revision=1
|
2008-10-06 21:11:03 +02:00
|
|
|
short_desc="GNU version of UNIX m4 macro language processor"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-03-03 09:59:22 +01:00
|
|
|
checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c
|
2008-10-06 21:11:03 +02:00
|
|
|
long_desc="
|
2010-02-26 14:23:05 +01:00
|
|
|
GNU m4 is an implementation of the traditional UNIX macro
|
2008-10-06 21:11:03 +02:00
|
|
|
processor. It is mostly SVR4 compatible, although it has some
|
|
|
|
extensions (for example, handling more than 9 positional parameters to
|
|
|
|
macros). m4 also has builtin functions for including files, running
|
|
|
|
shell commands, doing arithmetic, etc. Autoconf needs GNU m4 for
|
|
|
|
generating configure scripts, but not for running them."
|
|
|
|
|
2011-07-06 08:16:56 +02:00
|
|
|
bootstrap=yes
|
2011-07-06 14:53:42 +02:00
|
|
|
|
|
|
|
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
|
|
|
Add_dependency build gettext
|
|
|
|
fi
|