Mercurial > emacs
changeset 8677:d41510c69a3f
*** empty log message ***
author | David J. MacKenzie <djm@gnu.org> |
---|---|
date | Thu, 01 Sep 1994 04:47:05 +0000 |
parents | ddbf6eaedf22 |
children | 0107ce4d48af |
files | configure.in |
diffstat | 1 files changed, 4 insertions(+), 17 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Wed Aug 31 22:20:32 1994 +0000 +++ b/configure.in Thu Sep 01 04:47:05 1994 +0000 @@ -24,8 +24,6 @@ [ --with-x10 Support the X Window System version 10]) AC_ARG_WITH(x, [ --with-x Support the X Window System version 11]) -AC_ARG_WITH(x11, -[ --with-x11 Support the X Window System version 11]) AC_ARG_WITH(x-toolkit, [ --with-x-toolkit=KIT Use an X toolkit (KIT = lucid or athena)], [ case "${withval}" in @@ -841,7 +839,7 @@ case "${with_x10}" in yes ) window_system=x10 ;; no ) window_system=none ;; - *) test -n "$with_x11" && with_x="$with_x11" + *) AC_FIND_X if test "$no_x" = yes; then window_system=none @@ -1217,17 +1215,8 @@ exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` changequote([, ])dnl -save_no_create="$no_create" -no_create=yes - -AC_OUTPUT(Makefile lib-src/Makefile.in oldXMenu/Makefile lwlib/Makefile src/Makefile.in) - -cat >> ${CONFIG_STATUS} <<EOF -CPP="$CPP" CPPFLAGS="$CPPFLAGS" -EOF - -cat >> ${CONFIG_STATUS} <<\EOF - +AC_OUTPUT(Makefile lib-src/Makefile.in oldXMenu/Makefile \ + lwlib/Makefile src/Makefile.in, [ ### Make the necessary directories, if they don't exist. for dir in ./src ./lib-src ./cpp ./oldXMenu ./lwlib ./etc ; do if test ! -d ${dir}; then @@ -1282,6 +1271,4 @@ chmod 444 Makefile.new mv -f Makefile.new Makefile ) -EOF - -test "$save_no_create" = yes || ${CONFIG_SHELL-/bin/sh} ${CONFIG_STATUS} +], [CPP="$CPP" CPPFLAGS="$CPPFLAGS"])