~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to extension/configure.ac

  • Committer: Arnold D. Robbins
  • Date: 2015-04-05 08:20:41 UTC
  • mfrom: (408.12.66)
  • Revision ID: git-v1:4de12ef40f9ea9a0b715903cfe6da51b97eedb77
Merge branch 'master' into cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
INSTALL="$ac_aux_dir/install-sh -c"
34
34
export INSTALL
35
35
 
36
 
AM_INIT_AUTOMAKE([-Wall -Werror])
37
 
 
38
 
AM_GNU_GETTEXT([external])
39
 
AM_GNU_GETTEXT_VERSION([0.18.1])
 
36
AM_INIT_AUTOMAKE([1.15 -Wall -Werror])
40
37
 
41
38
dnl checks for structure members
42
39
AC_CHECK_MEMBERS([struct stat.st_blksize])