aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid J. MacKenzie1994-09-01 15:30:26 +0000
committerDavid J. MacKenzie1994-09-01 15:30:26 +0000
commit7bbbba3194f850c457482f9223b1ea0bfc55aed1 (patch)
tree7c8b1c47a8a2534ac241f0c8452c18afdb06d2e5
parent3332766c74f10bec624a5fca5a8dd1d6480a2fc4 (diff)
downloademacs-7bbbba3194f850c457482f9223b1ea0bfc55aed1.tar.gz
emacs-7bbbba3194f850c457482f9223b1ea0bfc55aed1.zip
entered into RCS
-rw-r--r--configure.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 057da09528c..471d952e4a3 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl This is an autoconf script.
2dnl To rebuild the `configure' script from this, execute the command 2dnl To rebuild the `configure' script from this, execute the command
3dnl autoconf 3dnl autoconf
4dnl in the directory containing this script. 4dnl in the directory containing this script.
5AC_PREREQ(1.106)dnl 5AC_PREREQ(1.110)dnl
6AC_INIT(src/lisp.h) 6AC_INIT(src/lisp.h)
7AC_CONFIG_HEADER(src/config.h) 7AC_CONFIG_HEADER(src/config.h)
8 8
@@ -100,6 +100,7 @@ fi
100 100
101AC_CANONICAL_HOST 101AC_CANONICAL_HOST
102canonical=$host 102canonical=$host
103configuration=$host_alias
103 104
104changequote(, )dnl 105changequote(, )dnl
105 106
@@ -1089,6 +1090,10 @@ if test $ok_so_far = yes; then
1089 AC_DEFINE(HAVE_INET_SOCKETS) 1090 AC_DEFINE(HAVE_INET_SOCKETS)
1090fi 1091fi
1091 1092
1093if test -f /usr/lpp/X11/bin/smt.exp; then
1094 AC_DEFINE(HAVE_AIX_SMT_EXP)
1095fi
1096
1092# Set up the CFLAGS for real compilation, so we can substitute it. 1097# Set up the CFLAGS for real compilation, so we can substitute it.
1093CFLAGS="$REAL_CFLAGS" 1098CFLAGS="$REAL_CFLAGS"
1094 1099
@@ -1101,10 +1106,6 @@ if test x"${version}" = x; then
1101 AC_MSG_ERROR(can't find current emacs version in \`${srcdir}/lisp/version.el'.) 1106 AC_MSG_ERROR(can't find current emacs version in \`${srcdir}/lisp/version.el'.)
1102fi 1107fi
1103 1108
1104if test -f /usr/lpp/X11/bin/smt.exp; then
1105 AC_DEFINE(HAVE_AIX_SMT_EXP)
1106fi
1107
1108### Specify what sort of things we'll be editing into Makefile and config.h. 1109### Specify what sort of things we'll be editing into Makefile and config.h.
1109### Use configuration here uncanonicalized to avoid exceeding size limits. 1110### Use configuration here uncanonicalized to avoid exceeding size limits.
1110AC_SUBST(version) 1111AC_SUBST(version)
@@ -1217,6 +1218,7 @@ changequote([, ])dnl
1217 1218
1218AC_OUTPUT(Makefile lib-src/Makefile.in oldXMenu/Makefile \ 1219AC_OUTPUT(Makefile lib-src/Makefile.in oldXMenu/Makefile \
1219 lwlib/Makefile src/Makefile.in, [ 1220 lwlib/Makefile src/Makefile.in, [
1221
1220### Make the necessary directories, if they don't exist. 1222### Make the necessary directories, if they don't exist.
1221for dir in ./src ./lib-src ./cpp ./oldXMenu ./lwlib ./etc ; do 1223for dir in ./src ./lib-src ./cpp ./oldXMenu ./lwlib ./etc ; do
1222 if test ! -d ${dir}; then 1224 if test ! -d ${dir}; then