From: Christopher Faylor Date: Wed, 24 Oct 2001 21:56:52 +0000 (+0000) Subject: * Makefile.in: Only build testsuite directory on first 'make check'. X-Git-Tag: Z-categories_merge_HEAD~19 X-Git-Url: https://cygwin.com/git/?a=commitdiff_plain;h=7720b34342b6652e7cf46e4a3f5e3c7a8f6ef1f7;p=cygwin-apps%2Fsetup.git * Makefile.in: Only build testsuite directory on first 'make check'. * configure.in: Remove testsuite from SUBDIRS. * configure: Regenerate. --- diff --git a/temp/Version.pm b/temp/Version.pm index 244db546..c2a635c9 100644 --- a/temp/Version.pm +++ b/temp/Version.pm @@ -17,7 +17,7 @@ sub Normalize { defined($transform) and &{$transform}($_); s!^(.*/)([^/]*)$!$2!o; $pre .= length($1) ? $1 : ''; - s/^((?:[a-z]\d|\D)*)//io; + s/^((?:(?:[a-z][a-z]*\d)*[^a-z\d])+)//oi; $pre .= $1; $post .= $1 while s/([-\._](bz2|gz)|[-\._]bin|[-\._]tar|[-\._]tgz|[-\._]Z|[-\._]?elf|[-\._]lnx|[-\._][a-z]*doc[a-z]*|[-\._]linux|[-\._]hacker|[-\._]tool|[-\._]src)//; $_ = '0' unless length($_);