gnome-commander r2144 - in trunk: . doc/C



Author: epiotr
Date: Wed Oct  1 21:02:49 2008
New Revision: 2144
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2144&view=rev

Log:
Fixed problem #554586 (AC_PROG_CXX macro problem)

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/doc/C/gnome-commander.xml

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Wed Oct  1 21:02:49 2008
@@ -7,6 +7,7 @@
  * Fixed problem #548947 (non-UTF8 locale date problem)
  * Fixed problem #548948 (crash when home directory contains non-UTF8 characters)
  * Fixed problem #548961 (support for input method when rename or quicksearch)
+ * Fixed problem #554586 (AC_PROG_CXX macro problem)
  * Fixed problem with setting equal pane size in horizontal mode
 
 New features:

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Oct  1 21:02:49 2008
@@ -12,7 +12,7 @@
 AC_GNU_SOURCE
 
 AC_PROG_CC
-AC_PROG_CPP
+AC_PROG_CXX
 AM_PROG_LEX
 AM_PROG_LIBTOOL
 AC_PROG_INTLTOOL([0.31])

Modified: trunk/doc/C/gnome-commander.xml
==============================================================================
--- trunk/doc/C/gnome-commander.xml	(original)
+++ trunk/doc/C/gnome-commander.xml	Wed Oct  1 21:02:49 2008
@@ -5947,6 +5947,9 @@
                             <para>Fixed problem #548961 (support for input method when rename or quicksearch)</para>
                         </listitem>
                         <listitem>
+                            <para>Fixed problem #554586 (AC_PROG_CXX macro problem)</para>
+                        </listitem>
+                        <listitem>
                             <para>Fixed problem with setting equal pane size in horizontal mode</para>
                         </listitem>
                     </itemizedlist>



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