X-Git-Url: https://git.draconx.ca/gitweb/upkg.git/blobdiff_plain/d2aa316f6b44d403eec7d010a55ac824fd83662b..f65f3bf537e517fb5231ff894e198eeb89d727ed:/configure.ac diff --git a/configure.ac b/configure.ac index 3066977..21069aa 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([src/libupkg.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIR([m4]) -AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) +AM_INIT_AUTOMAKE([-Wall -Wno-portability foreign subdir-objects]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_PROG_CC_C99 @@ -18,9 +18,7 @@ gl_EARLY LT_CONFIG_LTDL_DIR([libltdl]) LT_INIT([dlopen]) -LTDL_INIT([recursive]) - -AM_CONDITIONAL([BUNDLED_LIBLTDL], [test x$LTDLDEPS != x]) +LTDL_INIT([nonrecursive]) gl_INIT @@ -65,8 +63,6 @@ GOB2_CHECK([2.0.0]) AC_CONFIG_FILES([ Makefile - libltdl/Makefile - src/Makefile libuobject.pc ]) AC_OUTPUT