From 66a96cff5811e4a6d14818ab0e0049683f4c3dc1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 7 Jul 1997 04:08:18 +0000 Subject: [PATCH] (leim/Makefile): Generate this. (*-sysv4.2uw*): Recognize new alternative. Create src/config.stamp at the end. --- configure.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"]) -- 2.11.4.GIT