gnome-commander r2145 - in branches/gcmd-1-3: . doc/C
- From: epiotr svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: gnome-commander r2145 - in branches/gcmd-1-3: . doc/C
 
- Date: Wed,  1 Oct 2008 21:03:05 +0000 (UTC)
 
Author: epiotr
Date: Wed Oct  1 21:03:05 2008
New Revision: 2145
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2145&view=rev
Log:
Fixed problem #554586 (AC_PROG_CXX macro problem)
Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/configure.in
   branches/gcmd-1-3/doc/C/gnome-commander.xml
Modified: branches/gcmd-1-3/configure.in
==============================================================================
--- branches/gcmd-1-3/configure.in	(original)
+++ branches/gcmd-1-3/configure.in	Wed Oct  1 21:03:05 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: branches/gcmd-1-3/doc/C/gnome-commander.xml
==============================================================================
--- branches/gcmd-1-3/doc/C/gnome-commander.xml	(original)
+++ branches/gcmd-1-3/doc/C/gnome-commander.xml	Wed Oct  1 21:03:05 2008
@@ -5954,6 +5954,9 @@
                             <para>Fixed problem #548948 (crash when home directory contains non-UTF8 characters)</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]