Take advantage of Gnulib configmake module.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 3 May 2010 04:00:06 +0000 (21:00 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 3 May 2010 04:29:21 +0000 (21:29 -0700)
commitcef154921f6cdc07bc76edbe720036ab4c32bff8
tree74fa992f368438c5b2f5d3f3565fb57a27dfaa66
parent0f8c9c6c05632de5cadc70ca5381c1d9cb46960e
Take advantage of Gnulib configmake module.

Gnulib provides the "configmake" module for discovering configuration
directories at build time.  PSPP already depends on this module indirectly,
so we might as well use it instead of defining our own variables in
Makefile.am and src/automake.mk.

(We can't replace INSTALLDIR by BINDIR because it is used under the
former name by the "relocatable-prog" module.)
Makefile.am
Smake
src/automake.mk
src/libpspp/getl.c
src/ui/gui/about.c
src/ui/gui/helper.c
src/ui/gui/helper.h
src/ui/gui/main.c
src/ui/gui/psppire.c