http://ftp.x.org/contrib/applications/xscreensaver-3.09.tar.gz
[xscreensaver] / Makefile.in
index 0c7821b24365da3150a3d93bcda54a88df86a7f1..10235b17e97896ecd373fb8ed8e4f019fcc7c877 100644 (file)
@@ -85,7 +85,7 @@ tar:
 # nearly impossible to customize --help blurb.  This horrid set of regexps
 # go through and clean up the help text, by inserting whitespace and ripping
 # out options we don't use.  Odds are good that this will fail with any version
-# of autoconf other than 2.12.
+# of autoconf other than the ones I've tried (2.12 and 2.13.)
 #
 configure::
        autoconf
@@ -213,7 +213,8 @@ test-tar::
   ( cd BIN/motif ;                                                         \
     CC=cc ;                                                                \
     export CC ;                                                                    \
-    ../../configure --without-xpm --with-motif=/usr/local/motif ;          \
+    ../../configure --without-xpm --without-xdbe --without-xshm            \
+                   --with-motif=/usr/local/motif ;                         \
     echo --------------------------------------------------------------- ;  \
     gmake ;                                                                \
     ( cd driver; gmake xscreensaver-demo-Xaw ) ;                           \