# Template build file for 'm4'. pkgname=m4 version=1.4.16 distfiles="http://ftp.gnu.org/gnu/m4/$pkgname-$version.tar.bz2" build_style=gnu-configure configure_args="--enable-changeword --enable-threads" revision=1 short_desc="GNU version of UNIX m4 macro language processor" maintainer="Juan RP " checksum=42500c1fddd90bcb161e6b58de931d769929c495c124112d67428a23543db90c 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." bootstrap=yes if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then Add_dependency build gettext fi