]> git.pld-linux.org Git - packages/apache.git/blame - apache-posix_syntax
- buildr in RA envinronment
[packages/apache.git] / apache-posix_syntax
CommitLineData
3395dea4 1--- httpd-2.0.48/srclib/apr/build/buildcheck.sh.org 2003-06-16 20:47:21.000000000 +0000
2+++ httpd-2.0.48/srclib/apr/build/buildcheck.sh 2004-01-07 22:30:54.000000000 +0000
3@@ -3,7 +3,7 @@
4 echo "buildconf: checking installation..."
5
6 # autoconf 2.13 or newer
7-ac_version=`${AUTOCONF:-autoconf} --version 2>/dev/null|head -1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
8+ac_version=`${AUTOCONF:-autoconf} --version 2>/dev/null|head -n1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
9 if test -z "$ac_version"; then
10 echo "buildconf: autoconf not found."
11 echo " You need autoconf version 2.13 or newer installed"
12@@ -22,7 +22,7 @@
13
14 # libtool 1.3.3 or newer
15 libtool=`build/PrintPath glibtool libtool`
16-lt_pversion=`$libtool --version 2>/dev/null|head -1|sed -e 's/^[^0-9]*//' -e 's/[- ].*//'`
17+lt_pversion=`$libtool --version 2>/dev/null|head -n 1|sed -e 's/^[^0-9]*//' -e 's/[- ].*//'`
18 if test -z "$lt_pversion"; then
19 echo "buildconf: libtool not found."
20 echo " You need libtool version 1.3.3 or newer installed"
This page took 0.0327 seconds and 4 git commands to generate.