diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-14 18:29:28 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-03-14 18:29:28 +0000 |
commit | f9a75b324251022a741be83cfde9371509e157af (patch) | |
tree | cbf3b51c4adf580cc816165a84e3065ea6d12ded /textproc/intltool/files/patch-configure | |
parent | Exuberant Ctags supports indexing of many modern programming languages. Python (diff) |
Update to 0.40.6.
Notes
Notes:
svn path=/head/; revision=230082
Diffstat (limited to 'textproc/intltool/files/patch-configure')
-rw-r--r-- | textproc/intltool/files/patch-configure | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/textproc/intltool/files/patch-configure b/textproc/intltool/files/patch-configure deleted file mode 100644 index b01eeb21f3b6..000000000000 --- a/textproc/intltool/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Mon May 20 01:34:39 2002 -+++ configure Fri May 24 10:52:12 2002 -@@ -1452,7 +1452,7 @@ - echo "$as_me: error: perl not found" >&2;} - { (exit 1); exit 1; }; } - fi --if test -z "`$PERL -v | fgrep 'v5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then -+if test -z "`$PERL -v | fgrep '5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then - { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5 - echo "$as_me: error: perl 5.x required for intltool" >&2;} - { (exit 1); exit 1; }; } |