X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.in;h=10235b17e97896ecd373fb8ed8e4f019fcc7c877;hb=a719ec12b8b2563112366a8ac3196816fd64d2c7;hp=0c7821b24365da3150a3d93bcda54a88df86a7f1;hpb=f54438ea00f152166e68073e98000fd3a00f65cd;p=xscreensaver diff --git a/Makefile.in b/Makefile.in index 0c7821b2..10235b17 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 ) ; \