aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/configure
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2020-10-31 08:30:58 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2020-10-31 08:30:58 -0400
commit5593a99a95f8f86240c6d8583a52a3956c691dba (patch)
tree6fe77da7911d01fc03409a5830fb72751a1f1403 /gdb/testsuite/configure
parent7e8c7130fe59473bcda83fca345907be7c43936b (diff)
downloadgdb-5593a99a95f8f86240c6d8583a52a3956c691dba.zip
gdb-5593a99a95f8f86240c6d8583a52a3956c691dba.tar.gz
gdb-5593a99a95f8f86240c6d8583a52a3956c691dba.tar.bz2
gdb: modernize configure.ac
Run autoupdate on configure.ac and adjust the indentation of the result for better readability. This removes a bunch of warnings when running `autoreconf -vf -Wall`. The changes are: * Replace AC_INIT with AC_INIT and no arguments plus AC_CONFIG_SRCDIR. * Replace AC_ERROR with AC_MSG_ERROR. * Replace AC_TRY_LINK with AC_LINK_IFELSE. * Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE. * Replace AC_HELP_STRING with AS_HELP_STRING. autoupdate erroneously tries to replace AC_C_LONG_DOUBLE in a comment, which I reverted manually. All the changes in the generated configure file are insignificant whitespaces changes. gdb/ChangeLog: * configure.ac: Modernize. * configure: Re-generate. Change-Id: Ie3a1409c8032a36a6383da964286a46ece9b546e
Diffstat (limited to 'gdb/testsuite/configure')
0 files changed, 0 insertions, 0 deletions