SF.net SVN: geany: [2533] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Apr 27 14:43:13 UTC 2008


Revision: 2533
          http://geany.svn.sourceforge.net/geany/?rev=2533&view=rev
Author:   eht16
Date:     2008-04-27 07:43:13 -0700 (Sun, 27 Apr 2008)

Log Message:
-----------
Don't check for CVS directory as we don't use CVS anymore and remove non-portable -path option of find.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/autogen.sh

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-04-27 14:33:40 UTC (rev 2532)
+++ trunk/ChangeLog	2008-04-27 14:43:13 UTC (rev 2533)
@@ -6,12 +6,15 @@
    Add configure option --enable-gnu-regex to implicitly build the
    included GNU regex library (in case the host system doesn't provide
    a usable regex library).
-   Rename tagmanger/include/regex.h in tagmanager/include/gnuregex.h
+   Rename tagmanager/include/regex.h in tagmanager/include/gnuregex.h
    to avoid unintended inclusion in source files (this fixes the
    OpenSolaris crashes).
  * src/encodings.c:
    Don't use GNU regex specific regex_t::buffer element to build also
    without this extension (e.g. on OpenSolaris).
+ * autogen.sh:
+   Don't check for CVS directory as we don't use CVS anymore and remove
+   non-portable -path option of find.
 
 
 2008-04-25  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/autogen.sh
===================================================================
--- trunk/autogen.sh	2008-04-27 14:33:40 UTC (rev 2532)
+++ trunk/autogen.sh	2008-04-27 14:43:13 UTC (rev 2533)
@@ -30,7 +30,7 @@
 
 (grep "^AC_PROG_INTLTOOL" $srcdir/configure.in >/dev/null) && {
   (intltoolize --version) < /dev/null > /dev/null 2>&1 || {
-    echo 
+    echo
     echo "**Error**: You must have \`intltool' installed."
     echo "You can get it from:"
     echo "  ftp://ftp.gnome.org/pub/GNOME/"
@@ -101,8 +101,8 @@
   am_opt=--include-deps;;
 esac
 
-for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.in -print`
-do 
+for coin in `find $srcdir -name configure.in -print`
+do
   dr=`dirname $coin`
   if test -f $dr/NO-AUTO-GEN; then
     echo skipping $dr -- flagged as no auto-gen
@@ -129,7 +129,7 @@
 	xml-i18n-toolize --copy --force --automake
       fi
       if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then
-	if test -z "$NO_LIBTOOLIZE" ; then 
+	if test -z "$NO_LIBTOOLIZE" ; then
 	  echo "Running libtoolize..."
 	  libtoolize --force --copy
 	fi


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



More information about the Commits mailing list