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

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2533 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2008-04-27 14:43:13 +00:00
parent ade798f9f2
commit 76cf015d28
2 changed files with 8 additions and 5 deletions

View File

@ -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>

View File

@ -101,7 +101,7 @@ xlc )
am_opt=--include-deps;;
esac
for coin in `find $srcdir -path $srcdir/CVS -prune -o -name configure.in -print`
for coin in `find $srcdir -name configure.in -print`
do
dr=`dirname $coin`
if test -f $dr/NO-AUTO-GEN; then