autoconf: Support Motif widgets in GLw with --enable-motif
authorDan Nicholson <dbn.lists@gmail.com>
Fri, 18 Jul 2008 14:40:41 +0000 (07:40 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Fri, 18 Jul 2008 15:07:07 +0000 (08:07 -0700)
commit776c60d3c33b05f59181a2052a9f03147bc51111
treee54f7793b10d40280065a25cd50d00e31a9f0b71
parentb4b7326717d3253656f9702fc04f06f8d210a6aa
autoconf: Support Motif widgets in GLw with --enable-motif

Add an --enable-motif option, which will enable the Motif widgets in
libGLw and link it with libXm. The Motif installation information will
be gathered from the motif-config script (this comes with LessTif) or
fallback to the standard autoconf checks.

To allow the location of the Motif headers to be set from configure, the
default setting of -I/usr/include/Motif1.2 has been moved into
configs/default and then passed to the Makefile through the MOTIF_CFLAGS
variable.
configs/autoconf.in
configs/default
configure.ac
src/glw/Makefile