aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-07-02 19:21:23 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-07-02 19:21:23 +0300
commita2edb023d08778c3346bbbf4ca82ef7f6e9283eb (patch)
tree8870e94d8dc629cbafb73487309737167ca6bf77 /src
parent7b156c1e0746a46d083d7dbcd28afb303b3484ef (diff)
downloadpostgresql-a2edb023d08778c3346bbbf4ca82ef7f6e9283eb.tar.gz
postgresql-a2edb023d08778c3346bbbf4ca82ef7f6e9283eb.zip
Replace obsolete autoconf macros with their modern replacements.
AC_TRY_COMPILE(...) -> AC_COMPILE_IFELSE([AC_LANG_PROGRAM(...)]) AC_TRY_LINK(...) -> AC_LINK_IFELSE([AC_LANG_PROGRAM(...)]) AC_TRY_RUN(...) -> AC_RUN_IFELSE([AC_LANG_PROGRAM(...)]) AC_LANG_SAVE/RESTORE -> AC_LANG_PUSH/POP AC_DECL_SYS_SIGLIST -> AC_CHECK_DECLS(...) (per snippet in autoconf manual) Also use AC_LANG_SOURCE instead of AC_LANG_PROGRAM, where the main() function is not needed. With these changes, autoconf -Wall doesn't complain anymore. Andreas Karlsson
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions