aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-07-31 19:20:25 -0400
committerGlenn Morris2012-07-31 19:20:25 -0400
commitbc96620af40d80c4ccfb45671388c0640721fda1 (patch)
tree08f309485838c98ae92858e5a137df951d1a86a4
parent68169a334979326ce18b81df8874a34bccc425b9 (diff)
downloademacs-bc96620af40d80c4ccfb45671388c0640721fda1.tar.gz
emacs-bc96620af40d80c4ccfb45671388c0640721fda1.zip
* configure.ac (S_FILE): Remove output variable.
* src/Makefile.in (S_FILE): No longer set by configure. * msdos/sed1v2.inp (S_FILE): Update for format change.
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
-rw-r--r--msdos/ChangeLog4
-rw-r--r--msdos/sed1v2.inp2
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.in3
6 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index dd206adfcec..407bec2a03b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
12012-07-31 Glenn Morris <rgm@gnu.org> 12012-07-31 Glenn Morris <rgm@gnu.org>
2 2
3 * configure.ac (S_FILE): Remove output variable.
4
3 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix. 5 * configure.ac (opsysfile): Use AH_TEMPLATE. Doc fix.
4 6
5 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): 7 * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME):
diff --git a/configure.ac b/configure.ac
index 7b8766b0c5f..cf4e0540d2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3876,8 +3876,6 @@ AC_SUBST(GNUSTEP_CFLAGS)
3876AC_SUBST(CFLAGS) 3876AC_SUBST(CFLAGS)
3877## Used in lwlib/Makefile.in. 3877## Used in lwlib/Makefile.in.
3878AC_SUBST(X_TOOLKIT_TYPE) 3878AC_SUBST(X_TOOLKIT_TYPE)
3879S_FILE=
3880AC_SUBST(S_FILE)
3881AC_SUBST(ns_appdir) 3879AC_SUBST(ns_appdir)
3882AC_SUBST(ns_appbindir) 3880AC_SUBST(ns_appbindir)
3883AC_SUBST(ns_appresdir) 3881AC_SUBST(ns_appresdir)
diff --git a/msdos/ChangeLog b/msdos/ChangeLog
index c5b509c72af..503c7cbf8a1 100644
--- a/msdos/ChangeLog
+++ b/msdos/ChangeLog
@@ -1,3 +1,7 @@
12012-07-31 Glenn Morris <rgm@gnu.org>
2
3 * sed1v2.inp (S_FILE): Update for format change.
4
12012-07-28 Paul Eggert <eggert@cs.ucla.edu> 52012-07-28 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Use Gnulib stdalign module (Bug#9772, Bug#9960). 7 Use Gnulib stdalign module (Bug#9772, Bug#9960).
diff --git a/msdos/sed1v2.inp b/msdos/sed1v2.inp
index 7a43697a06a..1fd81ba0e4b 100644
--- a/msdos/sed1v2.inp
+++ b/msdos/sed1v2.inp
@@ -129,7 +129,7 @@ s/\.h\.in/.h-in/
129/^MKDEPDIR *=/s/@MKDEPDIR@// 129/^MKDEPDIR *=/s/@MKDEPDIR@//
130/^version *=/s/@[^@\n]*@// 130/^version *=/s/@[^@\n]*@//
131/^M_FILE *=/s!@M_FILE@!$(srcdir)/m/intel386.h! 131/^M_FILE *=/s!@M_FILE@!$(srcdir)/m/intel386.h!
132/^S_FILE *=/s!@S_FILE@!$(srcdir)/s/msdos.h! 132/^S_FILE *=/s!=!= $(srcdir)/s/msdos.h!
133/^@SET_MAKE@$/s/@SET_MAKE@// 133/^@SET_MAKE@$/s/@SET_MAKE@//
134/^ [ ]*\$(libsrc)\/make-docfile.*>.*\/DOC/s!make-docfile!make-docfile -o $(etc)/DOC! 134/^ [ ]*\$(libsrc)\/make-docfile.*>.*\/DOC/s!make-docfile!make-docfile -o $(etc)/DOC!
135/^ [ ]*\$(libsrc)\/make-docfile.*>.*gl-tmp/s!make-docfile!make-docfile -o gl-tmp! 135/^ [ ]*\$(libsrc)\/make-docfile.*>.*gl-tmp/s!make-docfile!make-docfile -o gl-tmp!
diff --git a/src/ChangeLog b/src/ChangeLog
index ccbb5ae5764..9b8de9ff23e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-07-31 Glenn Morris <rgm@gnu.org> 12012-07-31 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (S_FILE): No longer set by configure.
4
3 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT 5 * conf_post.h (config_opsysfile): Move earlier, so that WINDOWSNT
4 is available. 6 is available.
5 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows. 7 (alloca.h) [WINDOWSNT]: Don't include it on MS Windows.
diff --git a/src/Makefile.in b/src/Makefile.in
index 1ea7d162b14..b8298dfa101 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -56,7 +56,8 @@ lwlibdir = ../lwlib
56lispdir = ../lisp 56lispdir = ../lisp
57 57
58# Configuration files for .o files to depend on. 58# Configuration files for .o files to depend on.
59S_FILE = @S_FILE@ 59# MS-DOS sets S_FILE non-nil.
60S_FILE =
60config_h = config.h conf_post.h $(S_FILE) 61config_h = config.h conf_post.h $(S_FILE)
61 62
62bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT) 63bootstrap_exe = $(abs_builddir)/bootstrap-emacs$(EXEEXT)