projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aded374
)
require 2.13
author
Jim Meyering
<jim@meyering.net>
Sat, 30 Jan 1999 04:51:49 +0000
(
04:51
+0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 30 Jan 1999 04:51:49 +0000
(
04:51
+0000)
m4/gettext.m4
patch
|
blob
|
history
m4/lcmessage.m4
patch
|
blob
|
history
diff --git
a/m4/gettext.m4
b/m4/gettext.m4
index 118ce622ddce21de5bba31e4f5c51dd2aa2a0ee5..3ecb20348504fd0b7e0fb809085d3ffa58c7a4db 100644
(file)
--- a/
m4/gettext.m4
+++ b/
m4/gettext.m4
@@
-8,6
+8,8
@@
# serial 106
+AC_PREREQ(2.13) dnl Minimum Autoconf version required.
+
AC_DEFUN(AM_WITH_NLS,
[AC_MSG_CHECKING([whether NLS is requested])
dnl Default is enabled NLS
diff --git
a/m4/lcmessage.m4
b/m4/lcmessage.m4
index 4f9edcbb1e7c8fc086e20dde8b6845a77788636e..7ff8b759e54e5148b7956592d94be758525f579d 100644
(file)
--- a/
m4/lcmessage.m4
+++ b/
m4/lcmessage.m4
@@
-8,6
+8,8
@@
# serial 2
+AC_PREREQ(2.13) dnl Minimum Autoconf version required.
+
AC_DEFUN(AM_LC_MESSAGES,
[if test $ac_cv_header_locale_h = yes; then
AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,