[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo update (Thu Dec 2 11:52:01 EST 2004)
From: |
Karl Berry |
Subject: |
texinfo update (Thu Dec 2 11:52:01 EST 2004) |
Date: |
Thu, 02 Dec 2004 11:52:16 -0500 |
Index: ChangeLog
===================================================================
RCS file: /cvsroot/texinfo/texinfo/ChangeLog,v
retrieving revision 1.419
retrieving revision 1.420
diff -c -r1.419 -r1.420
*** ChangeLog 1 Dec 2004 18:35:35 -0000 1.419
--- ChangeLog 2 Dec 2004 16:33:17 -0000 1.420
***************
*** 1,3 ****
--- 1,7 ----
+ 2004-12-02 Karl Berry <address@hidden>
+
+ * configure.ac (install-warnings): simplify default case. From te.
+
2004-12-01 Karl Berry <address@hidden>
* pretest version 4.7.90.
Index: configure.ac
===================================================================
RCS file: /cvsroot/texinfo/texinfo/configure.ac,v
retrieving revision 1.45
retrieving revision 1.46
diff -c -r1.45 -r1.46
*** configure.ac 19 Nov 2004 13:08:46 -0000 1.45
--- configure.ac 2 Dec 2004 16:33:17 -0000 1.46
***************
*** 1,5 ****
# Process this file with autoconf to produce a configure script.
! # $Id: configure.ac,v 1.45 2004/11/19 13:08:46 karl Exp $
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
--- 1,5 ----
# Process this file with autoconf to produce a configure script.
! # $Id: configure.ac,v 1.46 2004/12/02 16:33:17 karl Exp $
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
***************
*** 200,206 ****
no) install_warnings=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-install-warnings)
;;
esac],
! [install_warnings=${enable_install_warnings-true}])
AM_CONDITIONAL(INSTALL_WARNINGS,
test x"$install_warnings" = xtrue || test x"$install_warnings" = xyes)
--- 200,206 ----
no) install_warnings=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-install-warnings)
;;
esac],
! [install_warnings=true])
AM_CONDITIONAL(INSTALL_WARNINGS,
test x"$install_warnings" = xtrue || test x"$install_warnings" = xyes)
P ChangeLog
P configure.ac
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo update (Thu Dec 2 11:52:01 EST 2004),
Karl Berry <=