comparison configure1.in @ 4370:605e06926c35

* configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp, and #define HAVE_AIX_SMT_EXP if we do. This is present in some versions of AIX, and needs to be passed to the loader.
author Jim Blandy <jimb@redhat.com>
date Sat, 31 Jul 1993 01:40:35 +0000
parents 9a9867a9ee67
children 6b8292f922df
comparison
equal deleted inserted replaced
4369:2497c88c03c3 4370:605e06926c35
1194 echo "${progname}: can't find current emacs version in 1194 echo "${progname}: can't find current emacs version in
1195 \`${srcdir}/lisp/version.el'." >&2 1195 \`${srcdir}/lisp/version.el'." >&2
1196 exit 1 1196 exit 1
1197 fi 1197 fi
1198 1198
1199 if [ -f /usr/lpp/X11/bin/smt.exp ]; then
1200 ]
1201 AC_DEFINE(HAVE_AIX_SMT_EXP)
1202 [
1203 fi
1204
1199 1205
1200 #### Specify what sort of things we'll be editing into Makefile and config.h. 1206 #### Specify what sort of things we'll be editing into Makefile and config.h.
1201 ### Use configuration here uncanonicalized to avoid exceeding size limits. 1207 ### Use configuration here uncanonicalized to avoid exceeding size limits.
1202 ] 1208 ]
1203 AC_SUBST(configuration) 1209 AC_SUBST(configuration)