From: Eli Zaretskii Date: Fri, 25 Mar 2011 12:55:10 +0000 (+0200) Subject: Adapt the MS-DOS build to lib/stdio.h and autogen/. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f98cac3375e8ba7e796123c3561531a6d9e45146;p=emacs.git Adapt the MS-DOS build to lib/stdio.h and autogen/. config.bat: Generate src/config.h and lib/Makefile from autogen/config.in and autogen/Makefile.in. msdos/sedlibmk.inp: Adapt to addition of the gnulib stdio module. Add a description of what needs to be done when a new gnulib module is added. (MKDIR_P): Fix replacement command. --- f98cac3375e8ba7e796123c3561531a6d9e45146 diff --cc msdos/ChangeLog index 1891d79da43,f8215584f1e..4a2534ebf84 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@@ -1,3 -1,13 +1,10 @@@ + 2011-03-25 Eli Zaretskii + + * sedlibmk.inp: Adapt to addition of the gnulib stdio module. + Add a description of what needs to be done when a new gnulib + module is added. - (GNULIB_PRINTF, GNULIB_PRINTF_POSIX): Add missing variables. + (MKDIR_P): Fix replacement command. - (NEXT_AS_FIRST_DIRECTIVE_STDIO_H, NEXT_STDIO_H): Edit to - "", as lib/stdio.h cannot be left unused. + 2011-02-26 Eli Zaretskii * sedlibmk.inp (BITSIZEOF_PTRDIFF_T, BITSIZEOF_SIG_ATOMIC_T)