diff options
| author | David J. MacKenzie | 1994-09-01 15:30:26 +0000 |
|---|---|---|
| committer | David J. MacKenzie | 1994-09-01 15:30:26 +0000 |
| commit | 7bbbba3194f850c457482f9223b1ea0bfc55aed1 (patch) | |
| tree | 7c8b1c47a8a2534ac241f0c8452c18afdb06d2e5 | |
| parent | 3332766c74f10bec624a5fca5a8dd1d6480a2fc4 (diff) | |
| download | emacs-7bbbba3194f850c457482f9223b1ea0bfc55aed1.tar.gz emacs-7bbbba3194f850c457482f9223b1ea0bfc55aed1.zip | |
entered into RCS
| -rw-r--r-- | configure.in | 12 |
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. | |||
| 2 | dnl To rebuild the `configure' script from this, execute the command | 2 | dnl To rebuild the `configure' script from this, execute the command |
| 3 | dnl autoconf | 3 | dnl autoconf |
| 4 | dnl in the directory containing this script. | 4 | dnl in the directory containing this script. |
| 5 | AC_PREREQ(1.106)dnl | 5 | AC_PREREQ(1.110)dnl |
| 6 | AC_INIT(src/lisp.h) | 6 | AC_INIT(src/lisp.h) |
| 7 | AC_CONFIG_HEADER(src/config.h) | 7 | AC_CONFIG_HEADER(src/config.h) |
| 8 | 8 | ||
| @@ -100,6 +100,7 @@ fi | |||
| 100 | 100 | ||
| 101 | AC_CANONICAL_HOST | 101 | AC_CANONICAL_HOST |
| 102 | canonical=$host | 102 | canonical=$host |
| 103 | configuration=$host_alias | ||
| 103 | 104 | ||
| 104 | changequote(, )dnl | 105 | changequote(, )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) |
| 1090 | fi | 1091 | fi |
| 1091 | 1092 | ||
| 1093 | if test -f /usr/lpp/X11/bin/smt.exp; then | ||
| 1094 | AC_DEFINE(HAVE_AIX_SMT_EXP) | ||
| 1095 | fi | ||
| 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. |
| 1093 | CFLAGS="$REAL_CFLAGS" | 1098 | CFLAGS="$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'.) |
| 1102 | fi | 1107 | fi |
| 1103 | 1108 | ||
| 1104 | if test -f /usr/lpp/X11/bin/smt.exp; then | ||
| 1105 | AC_DEFINE(HAVE_AIX_SMT_EXP) | ||
| 1106 | fi | ||
| 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. |
| 1110 | AC_SUBST(version) | 1111 | AC_SUBST(version) |
| @@ -1217,6 +1218,7 @@ changequote([, ])dnl | |||
| 1217 | 1218 | ||
| 1218 | AC_OUTPUT(Makefile lib-src/Makefile.in oldXMenu/Makefile \ | 1219 | AC_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. |
| 1221 | for dir in ./src ./lib-src ./cpp ./oldXMenu ./lwlib ./etc ; do | 1223 | for dir in ./src ./lib-src ./cpp ./oldXMenu ./lwlib ./etc ; do |
| 1222 | if test ! -d ${dir}; then | 1224 | if test ! -d ${dir}; then |