]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - configure.in
Merged across diffs between setup_crypto_branch_branchpoint and
[cygwin-apps/setup.git] / configure.in
index 78e38ad13066de9293f187e55c6e5f6cfd771c4e..784e40fcd6ccb2d941359f3bf3d7ce9f3bc5d081 100644 (file)
@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_INIT([setup], [0], [cygwin-apps@cygwin.com])
 AC_PREREQ(2.60)
 AC_CONFIG_AUX_DIR([cfgaux])
-AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects 1.9 foreign no-define])
+AM_INIT_AUTOMAKE([dist-bzip2 subdir-objects 1.9 foreign no-define -Wall -Wno-portability])
 dnl AM_CONFIG_HEADER(include/autoconf.h)
 AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR([Makefile.in])
@@ -70,7 +70,10 @@ AC_CHECK_HEADERS(alloca.h \
                 string \
                 string.h )
 
-AC_CONFIG_SUBDIRS(libgetopt++)
+dnl override configure of sub-libraries
+ac_cv_path_GPG_ERROR_CONFIG="${ac_abs_confdir}/gpg-error-config-fake --dir=$ac_pwd"
+
+AC_CONFIG_SUBDIRS(libgetopt++ libgpg-error libgcrypt)
 
 dnl add portability sources to inilint
 case "$host_os" in
This page took 0.025588 seconds and 5 git commands to generate.