summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-07 04:08:18 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-07 04:08:18 +0000
commit12b918f80f6ff806a95962d9476aa4c566241725 (patch)
treeb6eee5446dcc7ec738fb124882cf5e569ad23979
parent47282395279e5826dac84cdf36f5145d8b80bde0 (diff)
downloademacs-12b918f80f6ff806a95962d9476aa4c566241725.tar.gz
(leim/Makefile): Generate this.
(*-sysv4.2uw*): Recognize new alternative. Create src/config.stamp at the end.
-rw-r--r--configure.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f71e600bd71..a8d4f0c106f 100644
--- a/configure.in
+++ b/configure.in
@@ -949,6 +949,7 @@ if test x"${opsys}" = x; then
*-sysv2 | *-sysvr2 ) opsys=usg5-2 ;;
*-sysv2.2 | *-sysvr2.2 ) opsys=usg5-2-2 ;;
*-sysv3* | *-sysvr3* ) opsys=usg5-3 ;;
+ *-sysv4.2uw* ) opsys=unixware ;;
*-sysv4.1* | *-sysvr4.1* )
NON_GNU_CPP=/usr/lib/cpp
opsys=usg5-4 ;;
@@ -1737,7 +1738,8 @@ test "${exec_prefix}" != NONE &&
changequote([, ])dnl
AC_OUTPUT(Makefile lib-src/Makefile.c:lib-src/Makefile.in oldXMenu/Makefile \
- man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in, [
+ man/Makefile lwlib/Makefile src/Makefile.c:src/Makefile.in \
+ leim/Makefile, [
### Make the necessary directories, if they don't exist.
for dir in cpp etc lisp ; do
@@ -1801,4 +1803,7 @@ if test ! -f src/.gdbinit && test -f $top_srcdir/src/.gdbinit; then
echo source $top_srcdir/src/.gdbinit > src/.gdbinit
fi
+# This is how we know whether to re-run configure in certain cases.
+touch src/config.stamp
+
], [CPP="$CPP" CPPFLAGS="$CPPFLAGS"])