mirror of
https://git.code.sf.net/p/fldigi/fldigi
synced 2026-08-13 17:47:54 -04:00
autotools
* update m4 macros
This commit is contained in:
parent
0858be91c6
commit
885926ca21
5 changed files with 6 additions and 7 deletions
|
|
@ -146,8 +146,7 @@ x$B" | sed 's/^ *//' | sort -r | sed "s/x${A}/true/;s/x${B}/false/;1q"`
|
|||
B=`echo "$B" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"`
|
||||
],
|
||||
[.+],[
|
||||
AC_WARNING(
|
||||
[illegal OP numeric parameter: $2])
|
||||
m4_warn([syntax], [illegal OP numeric parameter: $2])
|
||||
],[])
|
||||
|
||||
# Pad zeros at end of numbers to make same length.
|
||||
|
|
@ -163,7 +162,7 @@ x$B" | sed 's/^ *//' | sort -r | sed "s/x${A}/true/;s/x${B}/false/;1q"`
|
|||
[ne],[
|
||||
test "x$A" != "x$B" && ax_compare_version=true
|
||||
],[
|
||||
AC_WARNING([illegal OP parameter: $2])
|
||||
m4_warn([syntax], [illegal OP parameter: $2])
|
||||
])
|
||||
])
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ dnl with or without modifications, as long as this notice is preserved.
|
|||
|
||||
dnl From Bruno Haible.
|
||||
|
||||
AC_PREREQ([2.61])
|
||||
AC_PREREQ([2.71])
|
||||
|
||||
dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
|
||||
dnl the libraries corresponding to explicit and implicit dependencies.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ dnl Authors:
|
|||
dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
|
||||
dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
|
||||
|
||||
AC_PREREQ([2.50])
|
||||
AC_PREREQ([2.71])
|
||||
|
||||
AC_DEFUN([AM_NLS],
|
||||
[
|
||||
|
|
|
|||
2
m4/po.m4
2
m4/po.m4
|
|
@ -17,7 +17,7 @@ dnl Authors:
|
|||
dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
|
||||
dnl Bruno Haible <haible@clisp.cons.org>, 2000-2003.
|
||||
|
||||
AC_PREREQ([2.60])
|
||||
AC_PREREQ([2.71])
|
||||
|
||||
dnl Checks for all prerequisites of the po subdirectory.
|
||||
AC_DEFUN([AM_PO_SUBDIRS],
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ dnl They are *not* in the public domain.
|
|||
dnl Authors:
|
||||
dnl Ulrich Drepper <drepper@cygnus.com>, 1996.
|
||||
|
||||
AC_PREREQ([2.50])
|
||||
AC_PREREQ([2.71])
|
||||
|
||||
# Search path for a program which passes the given test.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue