X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.in;h=0098d909a83d6e72d9b8240bb487e1800ebacaa3;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=b3140e2f04b3f04a4164a067084baf64018223b0;hpb=d1ae2829ff0fd2a96c16a0c8c5420efaa47d7b30;p=xscreensaver diff --git a/configure.in b/configure.in index b3140e2f..0098d909 100644 --- a/configure.in +++ b/configure.in @@ -330,7 +330,7 @@ AH_TEMPLATE([HAVE_RECORD_ANIM], # check for some random other files that come later in the tar file, # to make sure everything is here. # -for d in driver utils hacks hacks/glx ; do +for d in utils jwxyz hacks hacks/glx driver ; do f=$srcdir/$d/Makefile.in if test \! -r $f ; then echo "" @@ -808,6 +808,9 @@ AC_DEFUN([AC_PATH_X_APP_DEFAULTS_DIRECT],[ # Look for the directory under a standard set of common directories. # Check X11 before X11Rn because it's often a symlink to the current release. for ac_dir in \ + \ + /usr/share/X11/app-defaults \ + \ /usr/X11/lib/app-defaults \ /usr/X11R6/lib/app-defaults \ /usr/X11R6/lib/X11/app-defaults \ @@ -3227,7 +3230,7 @@ HANDLE_X_PATH_ARG(with_gles, --with-gles, JWZGLES) if test "$with_gles" = yes; then have_gles=yes AC_DEFINE(HAVE_JWZGLES) - JWZGLES_OBJS="jwzgles.o" + JWZGLES_OBJS='$(JWXYZ_BIN)/jwzgles.o' AC_MSG_RESULT(using OpenGL ES compatiblity shim) elif test "$with_gles" != no; then echo "error: must be yes or no: --with-gles=$with_xpm" @@ -3535,7 +3538,7 @@ fi ############################################################################### PTY_LIBS= -AC_CHECK_HEADERS(pty.h util.h) +AC_CHECK_HEADERS(pty.h util.h sys/termios.h) AC_CHECK_X_LIB(util, forkpty, [PTY_LIBS="-lutil" ac_have_forkpty=yes @@ -4154,12 +4157,13 @@ AC_SUBST(PERL) AC_OUTPUT(Makefile utils/Makefile - driver/Makefile - driver/xscreensaver.pam - driver/xscreensaver-demo.glade2 + jwxyz/Makefile hacks/Makefile hacks/glx/Makefile po/Makefile.in + driver/Makefile + driver/xscreensaver.pam + driver/xscreensaver-demo.glade2 driver/XScreenSaver.ad) ###############################################################################