summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2017-11-21 12:33:24 -0700
committerEduardo Chappa <chappa@washington.edu>2017-11-21 12:33:24 -0700
commitb3376daf6c1857cb063d2ca2a25b7150ac4b861f (patch)
tree96a535ca2059a234ac69fd143b523aacf122d126 /configure.ac
parentcd46068a07318446454cc03298a239c16a66f57a (diff)
downloadalpine-b3376daf6c1857cb063d2ca2a25b7150ac4b861f.tar.xz
* Completed the inclusion of the "95" patch submitted by Helmut Grohne.
See Bug 876164 in Debian at https://bugs.debian.org/876164. Added m4/m4_ax_prog_cc_for_build.m4 macro.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d472018..5a391d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ dnl */
AC_PREREQ([2.69])
-AC_REVISION([Rev:23 by chappa@washington.edu])
+AC_REVISION([Rev:25 by chappa@washington.edu])
dnl Alpine Version Number is in $srcdir/VERSION
AC_INIT([alpine],[m4_esyscmd(tr -d \\n < VERSION)],[chappa@washington.edu])
@@ -39,6 +39,7 @@ WEB_BUILD=web/src/alpined.d
dnl CHECK PROGRAMS
AC_PROG_CC
+AX_PROG_CC_FOR_BUILD
AC_PROG_CC_STDC
AC_PROG_INSTALL
AC_PROG_MAKE_SET