]> git.tuebingen.mpg.de Git - paraslash.git/commit
configure: Replace AC_TRY_RUN and AC_TRY_LINK.
authorAndre Noll <maan@systemlinux.org>
Sat, 28 Jul 2012 06:44:00 +0000 (08:44 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 27 Aug 2012 11:01:06 +0000 (13:01 +0200)
commit072f54fe7a75e48d539213f2ae04a64c7eb86a4d
tree5c19fc5f52957e6f9fadf520f175b0c3cc2582b6
parent4c8e33fa4f067642dc948a13e91648d43597204d
configure: Replace AC_TRY_RUN and AC_TRY_LINK.

Both macros are considered obsolete. AC_TRY_RUN has been obsoleted
by AC_RUN_IFELSE while AC_TRY_LINK has been replaced by AC_LINK_IFELSE.

This patch replaces all occurrences of these two obsolete macros and
bumps the required autoconf version to 2.61 (which was released in
2006 and is shipped with Ubuntu Hardy).
configure.ac