Skip to content

Commit

Permalink
automake 1.4-p1 was released. Remove the -p\d+ suffix as this caused
Browse files Browse the repository at this point in the history
an error message on FreeBSD.
  • Loading branch information
Sascha Schumann committed May 23, 2001
1 parent 19a2854 commit 75e0154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/buildcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# | Sascha Schumann <[email protected]> |
# +----------------------------------------------------------------------+
#
# $Id: buildcheck.sh,v 1.9 2001-05-23 19:10:06 sas Exp $
# $Id: buildcheck.sh,v 1.10 2001-05-23 19:13:24 sas Exp $
#

echo "buildconf: checking installation..."
Expand All @@ -40,7 +40,7 @@ echo "buildconf: autoconf version $ac_version (ok)"
fi

# automake 1.4 or newer
am_version=`automake --version 2>/dev/null|head -1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
am_version=`automake --version 2>/dev/null|head -1|sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//' -e 's/-p[0-9]*$//'`
if test "$am_version" = ""; then
echo "buildconf: automake not found."
echo " You need automake version 1.4 or newer installed"
Expand Down

0 comments on commit 75e0154

Please sign in to comment.