# # Traditional Unix macro processor. # # 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). # # GNU M4 also has built-in functions for including files, running shell # commands, doing arithmetic, etc. # # GNU M4 is a macro processor in the sense that it copies its input # to the output expanding macros as it goes. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=m4 pkgversion=1.4.19 arch=amd64 release=1 pkgcategory="devel" full_pkgname=m4_1.4.19_amd64-1@devel blurb="Traditional Unix macro processor." homepage="https://www.gnu.org/software/m4" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.bz2" replace=""