include $(PKGROOT)/Include
PKG_NAME = m4
-PKG_VER = 1.4.15
-PKG_REL = 0
+PKG_VER = 1.4.16
+PKG_REL = 1
PKG_MAINTAINER =
PKG_GROUP = Applications/Text
configure scripts, but not for running configure scripts.
endef
-PKG_TARBALL = $(THISAPP).tar.bz2
+PKG_TARBALL = $(THISAPP).tar.xz
define STAGE_TEST
cd $(DIR_APP) && make check
+++ /dev/null
-diff -up m4-1.4.14/src/m4.h_old m4-1.4.14/src/m4.h
---- m4-1.4.14/src/m4.h_old 2010-03-01 15:43:40.376976016 +0100
-+++ m4-1.4.14/src/m4.h 2010-03-01 15:44:00.265984491 +0100
-@@ -33,6 +33,7 @@
- #include <stdint.h>
- #include <string.h>
- #include <sys/types.h>
-+#include <sys/stat.h>
-
- #include "binary-io.h"
- #include "clean-temp.h"