X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=04d22d624d5a25b7d2b6cc583e08cb2696d2a37c;hb=24ab436df2f3f115c1cb949dbf0a932cda7667b2;hp=2ba3ba35253abcdafdd04bd8b1197bcade0ba203;hpb=045188062c24e4dd38c30162747a60a6d7ab047a;p=pspp diff --git a/configure.ac b/configure.ac index 2ba3ba3525..04d22d624d 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,7 @@ AC_ARG_ENABLE( [Attempt to allow building against older versions of dependent libraries])]) PSPP_ENABLE_OPTION(-Wdeclaration-after-statement) +PSPP_ENABLE_WERROR AM_CONDITIONAL(cc_is_gcc, test x"$GCC" = x"yes" ) @@ -341,7 +342,7 @@ LIBS="$LIBICONV $LIBS" dnl Required by the gnulib 'relocatable-prog' module. dnl See doc/relocatable-maint.texi in the gnulib tree for details. -RELOCATABLE_LIBRARY_PATH='$(libdir)' +RELOCATABLE_LIBRARY_PATH='$(pkglibdir)' RELOCATABLE_STRIP=: PSPP_CHECK_PREREQS