2008-10-06 19:11:03 +00:00
|
|
|
# Template build file for 'm4'.
|
|
|
|
pkgname=m4
|
2008-10-14 15:45:34 +00:00
|
|
|
version=1.4.12
|
2008-10-28 22:57:52 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2"
|
2008-10-06 19:11:03 +00:00
|
|
|
build_style=gnu_configure
|
2008-11-26 10:57:52 +00:00
|
|
|
configure_args="--enable-changeword --enable-threads"
|
2008-10-06 19:11:03 +00:00
|
|
|
short_desc="GNU version of UNIX m4 macro language processor"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2008-10-21 23:53:04 +00:00
|
|
|
checksum=855217de304616931844f54bd00a1e03e92452f85de6caeec47b0e8244881ba3
|
2008-10-06 19:11:03 +00:00
|
|
|
long_desc="
|
|
|
|
GNU m4 is an implementation of the traditional UNIX macro
|
|
|
|
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."
|
|
|
|
|
2009-02-25 05:15:20 +00:00
|
|
|
Add_dependency full glibc
|