Fix "make install" with --enable-relocatable.
authorBen Pfaff <blp@gnu.org>
Wed, 23 Sep 2009 05:19:17 +0000 (22:19 -0700)
committerBen Pfaff <blp@gnu.org>
Wed, 23 Sep 2009 05:19:17 +0000 (22:19 -0700)
commit8d3f028e8d334ad8937b0ba75d02715354f7e589
treecf304c5303992d3f8521b5badd6640cdbd5816af
parent1dfc6b1f6ed81c2b58b5beca09d7f7ab903c8ad8
Fix "make install" with --enable-relocatable.

When PSPP added support for --enable-relocatable back in 2007, PSPP did
not install any shared libraries.  Now it does, which requires us to
set RELOCATABLE_LIBRARY_PATH in configure.ac.  Otherwise, the installed
binaries will not work automatically but require some manual user
intervention.

Also set RELOCATABLE_STRIP as recommended by the gnulib documentation.
configure.ac