dnl To rebuild the `configure' script from this, execute the command
dnl autoconf
dnl in the directory containing this script.
-AC_PREREQ(1.106)dnl
+AC_PREREQ(1.110)dnl
AC_INIT(src/lisp.h)
AC_CONFIG_HEADER(src/config.h)
AC_CANONICAL_HOST
canonical=$host
+configuration=$host_alias
changequote(, )dnl
AC_DEFINE(HAVE_INET_SOCKETS)
fi
+if test -f /usr/lpp/X11/bin/smt.exp; then
+ AC_DEFINE(HAVE_AIX_SMT_EXP)
+fi
+
# Set up the CFLAGS for real compilation, so we can substitute it.
CFLAGS="$REAL_CFLAGS"
AC_MSG_ERROR(can't find current emacs version in \`${srcdir}/lisp/version.el'.)
fi
-if test -f /usr/lpp/X11/bin/smt.exp; then
- AC_DEFINE(HAVE_AIX_SMT_EXP)
-fi
-
### Specify what sort of things we'll be editing into Makefile and config.h.
### Use configuration here uncanonicalized to avoid exceeding size limits.
AC_SUBST(version)
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