configure.ac: Remove obsolete macros
authorbluezery <ohpowel@gmail.com>
Thu, 3 Jul 2014 08:32:10 +0000 (17:32 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 3 Jul 2014 08:32:10 +0000 (17:32 +0900)
commit368058cdc71e6f8f042f6326d01e0b3327c6e744
tree53b574445b597b0ff7df2e4b4b9b626c97cbcb47
parent2447bc35566d48d8a6c959ab065ea5f567fa4cee
configure.ac: Remove obsolete macros

Summary:
AC_HELP_STRING --> AS_HELP_STRING
AC_TRY_COMPILE --> AC_COMPILE_IFELSE + AC_LAGN_PROGRAM

those are deprecated for almost 10 years
autoupdate tool do this automatcally.

@fix

Reviewers: raster, cedric, stefan_schmidt

CC: cedric
Differential Revision: https://phab.enlightenment.org/D1088
configure.ac