aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcore/m4/build3
-rw-r--r--core/m4/version2
2 files changed, 3 insertions, 2 deletions
diff --git a/core/m4/build b/core/m4/build
index bbd53ee2..ca41a21b 100755
--- a/core/m4/build
+++ b/core/m4/build
@@ -3,7 +3,8 @@
export LDFLAGS="$LDFLAGS -static"
./configure \
- --prefix=/usr
+ --prefix=/usr \
+ --program-prefix=g
make
make DESTDIR="$1" install
diff --git a/core/m4/version b/core/m4/version
index 954271ac..c5fa1166 100644
--- a/core/m4/version
+++ b/core/m4/version
@@ -1 +1 @@
-1.4.19 2
+1.4.19 3