~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to extension/configure.ac

Finish update to Autoconf 2.71. Remove lots of warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
AC_INIT([GNU Awk Bundled Extensions],[5.1.0],[bug-gawk@gnu.org],[gawk-extensions])
27
27
 
28
 
AC_PREREQ([2.69])
 
28
AC_PREREQ([2.71])
29
29
 
30
30
AC_CONFIG_MACRO_DIR([../m4])
31
31
AC_CONFIG_AUX_DIR([../build-aux])
94
94
                sys/statvfs.h sys/sysmacros.h sys/time.h)
95
95
 
96
96
AC_HEADER_DIRENT
97
 
dnl 12/2017: AC_HEADER_MAJOR no longer works on recent Fedora / GLIBC.
98
 
dnl Instead we just check for the headers in the call above.
99
 
dnl AC_HEADER_MAJOR
100
 
AC_HEADER_TIME
 
97
AC_CHECK_HEADERS_ONCE([sys/time.h])
 
98
 
101
99
 
102
100
dnl check for mpfr support
103
101
case `uname -m` in