X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=95dfc66f454604b1ee3c0a8d084511675a1860c5;hb=8d3f028e8d334ad8937b0ba75d02715354f7e589;hp=6bc1a2f5418d74c649e42e7f21f15ff4e53bde5d;hpb=1dfc6b1f6ed81c2b58b5beca09d7f7ab903c8ad8;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 6bc1a2f5..95dfc66f 100644 --- a/configure.ac +++ b/configure.ac @@ -206,6 +206,11 @@ if test "$am_cv_func_iconv" != "yes"; then PSPP_REQUIRED_PREREQ([iconv (see http://www.gnu.org/software/libiconv/)]) fi +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_STRIP=: + PSPP_CHECK_PREREQS AC_CONFIG_FILES([Makefile gl/Makefile])