texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo update (Sun Sep 2 18:23:01 EDT 2007)


From: Karl Berry
Subject: texinfo update (Sun Sep 2 18:23:01 EDT 2007)
Date: Sun, 02 Sep 2007 18:23:04 -0400

Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.748
retrieving revision 1.749
diff -u -r1.748 -r1.749
--- ChangeLog   28 Aug 2007 17:47:35 -0000      1.748
+++ ChangeLog   2 Sep 2007 21:56:29 -0000       1.749
@@ -1,6 +1,15 @@
-2007-08-28  Karl Berry  <address@hidden>
+2007-09-01  Juan Manuel Guerrero  <address@hidden>
 
-       * pretest 4.9.92.
+       * djgpp/config.bat: change file names arguments and configure.orig
+       to args and configure.org.
+       Remove the command line that deletes co*.tmp files.
+
+2007-08-31  Karl Berry  <address@hidden>
+
+       * info/info.c (main) [LC_MESSAGES]: conditionalize setlocale on
+       LC_MESSAGES, since djgpp 2.04 doesn't have it.
+       Report from Juan Manuel Guerrero, 28 Aug 2007 21:38:18.
+       * info/man.c (get_manpage_contents) [LC_MESSAGES]: likewise.
 
 2007-08-26  Karl Berry  <address@hidden>
 
Index: djgpp/config.bat
===================================================================
RCS file: /sources/texinfo/texinfo/djgpp/config.bat,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- djgpp/config.bat    4 Aug 2007 17:19:25 -0000       1.3
+++ djgpp/config.bat    2 Sep 2007 21:56:29 -0000       1.4
@@ -76,11 +76,11 @@
 set SPECARG=
 
 Rem Create a response file for the configure script.
-echo --srcdir=%XSRC% > arguments
-if "%CACHE%" == "enabled"    echo --config-cache >>arguments
-if "%DEPTRAK%" == "enabled"  echo --enable-dependency-tracking >>arguments
-if "%DEPTRAK%" == "disabled" echo --disable-dependency-tracking >>arguments
-if not "%ARGS%" == ""        echo %ARGS% >>arguments
+echo --srcdir=%XSRC% > args
+if "%CACHE%" == "enabled"    echo --config-cache >> args
+if "%DEPTRAK%" == "enabled"  echo --enable-dependency-tracking >> args
+if "%DEPTRAK%" == "disabled" echo --disable-dependency-tracking >> args
+if not "%ARGS%" == ""        echo %ARGS% >> args
 set ARGS=
 set CACHE=
 set DEPTRAK=
@@ -88,16 +88,16 @@
 if "%XSRC%" == "." goto in_place
 
 :not_in_place
-redir -e /dev/null update %XSRC%/configure.orig ./configure
+redir -e /dev/null update %XSRC%/configure.org ./configure
 test -f ./configure
 if errorlevel 1 update %XSRC%/configure ./configure
 
 :in_place
 Rem Update configuration files
 echo Updating configuration scripts...
-test -f ./configure.orig
-if errorlevel 1 update configure configure.orig
-sed -f %XSRC%/djgpp/config.sed configure.orig > configure
+test -f ./configure.org
+if errorlevel 1 update configure configure.org
+sed -f %XSRC%/djgpp/config.sed configure.org > configure
 if errorlevel 1 goto sed_error
 
 Rem Make sure they have a config.site file
@@ -192,23 +192,20 @@
 Rem Update the arguments file for the configure script.
 Rem We prefer without-included-gettext because libintl.a from gettext package
 Rem is the only one that is guaranteed to have been ported to DJGPP.
-echo --enable-nls --without-included-gettext >> arguments
+echo --enable-nls --without-included-gettext >> args
 goto configure_package
 
 :missing_NLS_tools
 echo Needed libs/tools for NLS not found.  Configuring without NLS.
 :without_NLS
 Rem Update the arguments file for the configure script.
-echo --disable-nls >> arguments
+echo --disable-nls >> args
 
 :configure_package
 echo Running the ./configure script...
-sh ./configure @arguments
+sh ./configure @args
 if errorlevel 1 goto cfg_error
-rm arguments
-
-Rem Remove files created by the gl_FUNC_MKSTEMP test.
-rm co*.tmp
+rm args
 echo Done.
 goto End
 
P ChangeLog
P djgpp/config.bat




reply via email to

[Prev in Thread] Current Thread [Next in Thread]