summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2019-01-08 14:40:25 +0100
committerDaiki Ueno <dueno@redhat.com>2019-01-08 14:43:50 +0100
commit32a47026617824a7a4b1bd65497e050c56bdef33 (patch)
tree5f01a799d162ef71f99a3fa63a5a45a556b2ee6e /configure.ac
parenta33776ac705327e29ded0ca4cb91ed9c4e0929b7 (diff)
downloadgnutls-32a47026617824a7a4b1bd65497e050c56bdef33.tar.gz
Revert "build: remove src/*.bak from distribution"tmp-autogen-bak-revert
This reverts commit 9ba397aa841730e4824d2bf8537aa15e711ad9b3, as it turned out to be not practical. See !862 for the discussion. Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index a2267b8671..e81ff89709 100644
--- a/configure.ac
+++ b/configure.ac
@@ -708,11 +708,9 @@ AM_MISSING_PROG([AUTOGEN], [autogen])
included_libopts=no
if test "$enable_tools" != "no" || test "$enable_doc" != "no"; then
- AC_MSG_CHECKING([whether autogen is recent enough])
- if $PKG_CONFIG --atleast-version=41.1.16 autoopts 2>&1 >/dev/null; then
- AC_MSG_RESULT([yes])
- else
- AC_MSG_RESULT([no])
+ AC_CHECK_PROGS([autogen], [autogen])
+
+ if test -z "$autogen"; then
AC_MSG_WARN([[
***
*** autogen not found. Will not link against system libopts.
@@ -984,6 +982,7 @@ AC_CONFIG_FILES([
lib/unistring/Makefile
po/Makefile.in
src/Makefile
+ src/args-std.def
src/gl/Makefile
tests/Makefile
tests/windows/Makefile