Revision: 1770
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1770&view=rev
Author:   mow
Date:     2009-06-27 22:56:50 +0000 (Sat, 27 Jun 2009)

Log Message:
-----------
Fix AM_CFLAGS and AM_CXXFLAGS from @1701

The commit 1701 did insert wrong lines for AM_CFLAGS and AM_CXXFLAGS to
src/Makefile.am.

I also did some minor whitespace fixes and made the internal
documentation consistent by using \ than @ for doxygen doc.

Modified Paths:
--------------
    trunk/configure.in
    trunk/src/Makefile.am

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in  2009-06-27 22:40:25 UTC (rev 1769)
+++ trunk/configure.in  2009-06-27 22:56:50 UTC (rev 1770)
@@ -103,7 +103,7 @@
 AM_CONDITIONAL(DEBUG, test x$enable_debug_flags = xyes)
 
 AC_ARG_ENABLE(deprecated, [
-AC_HELP_STRING([--enable-deprecated], [turn off checking of deprecated 
functions [default=yes]])], [], 
+AC_HELP_STRING([--enable-deprecated], [turn off checking of deprecated 
functions [default=yes]])], [],
 [
 if test "x${enable_developer}" != "xyes"
 then
@@ -282,7 +282,7 @@
 else
   HAVE_LCMS=disabled
 fi
-       
+
 AM_CONDITIONAL(HAVE_LCMS, [test "x$HAVE_LCMS" = xyes])
 AC_SUBST(LCMS_CFLAGS)
 AC_SUBST(LCMS_LIBS)
@@ -308,7 +308,7 @@
 else
   HAVE_EXIV2=disabled
 fi
-       
+
 AM_CONDITIONAL(HAVE_EXIV2, [test "x$HAVE_EXIV2" = xyes])
 AC_SUBST(EXIV2_CFLAGS)
 AC_SUBST(EXIV2_LIBS)
@@ -367,32 +367,32 @@
 else
   HAVE_LIBCHAMPLAIN_GTK=disabled
 fi
-       
+
 AM_CONDITIONAL(HAVE_LIBCHAMPLAIN_GTK, [test "x$HAVE_LIBCHAMPLAIN_GTK" = xyes])
 AC_SUBST(LIBCHAMPLAIN_GTK_CFLAGS)
 AC_SUBST(LIBCHAMPLAIN_GTK_LIBS)
 
 AH_TOP([
-/** @file config.h
- * autogenerated definition by autoheader.
- * @author Bruclik
+/** \file
+ * \short autogenerated definition by autoheader.
+ * \author Bruclik
  */
- 
+
 /*
  *  This file is a part of Geeqie project (http://geeqie.sourceforge.net/).
  *  Copyright (C) 2008 - 2009 The Geeqie Team
- *  
+ *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or 
+ *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- */ 
- 
+ */
+
 #ifndef _INCLUDE_CONFIG_H
 #define _INCLUDE_CONFIG_H
 ])

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am       2009-06-27 22:40:25 UTC (rev 1769)
+++ trunk/src/Makefile.am       2009-06-27 22:56:50 UTC (rev 1770)
@@ -5,8 +5,8 @@
        $(GLIB_CFLAGS) $(GTK_CFLAGS)    \
        $(LCMS_CFLAGS)                  \
        $(EXIV2_CFLAGS)                 \
-       $(LIBCHAMPLAIN_CFLAGS)  \
-       $(LIBCHAMPLAIN_GTK_CFLAGS)
+       $(LIBCHAMPLAIN_CFLAGS)          \
+       $(LIBCHAMPLAIN_GTK_CFLAGS)      \
        -I$(top_srcdir)                 \
        -I$(top_builddir)
 
@@ -15,8 +15,8 @@
        $(GLIB_CFLAGS) $(GTK_CFLAGS)    \
        $(LCMS_CFLAGS)                  \
        $(EXIV2_CFLAGS)                 \
-       $(LIBCHAMPLAIN_CFLAGS)  \
-       $(LIBCHAMPLAIN_GTK_CFLAGS)      
+       $(LIBCHAMPLAIN_CFLAGS)          \
+       $(LIBCHAMPLAIN_GTK_CFLAGS)      \
        -I$(top_srcdir)                 \
        -I$(top_builddir)
 
@@ -60,7 +60,7 @@
         echo '#endif /* UI_ICONS_H */') > $@ || echo "!!! Failed to generate 
$@ !!!"
 
 ClayRGB1998_icc.h: ClayRGB1998.icc
-       echo "/*" > $@ 
+       echo "/*" > $@
        echo " * This file was generated from ClayRGB1998.icc, DO NOT EDIT " >> 
$@
        echo " * http://www.argyllcms.com/ClayRGB1998.zip " >> $@
        echo " */ " >> $@
@@ -71,7 +71,7 @@
 
 noinst_DATA = ui_icons.h
 CLEANFILES = $(noinst_DATA)
-                                                                               
                                      
+
 extra_SLIK = \
        $(extra_ICONS)
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to