mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-12 17:46:34 +01:00
upgrade to glibmm 2.16
git-svn-id: svn://localhost/ardour2/branches/3.0@5303 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
5b97b13766
commit
e916ac2821
211 changed files with 26478 additions and 4168 deletions
|
|
@ -10,7 +10,7 @@ AC_CHECK_PROGS(M4, gm4 m4, m4)
|
|||
|
||||
if test "$M4" = "m4"; then
|
||||
AC_MSG_CHECKING(whether m4 is GNU m4)
|
||||
if $M4 --version </dev/null 2>/dev/null | grep '^GNU [Mm]4 ' >/dev/null ; then
|
||||
if $M4 --version </dev/null 2>/dev/null | grep -i '^GNU M4 ' >/dev/null ; then
|
||||
AC_MSG_RESULT(yes)
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue