summarylogtreecommitdiffstats
path: root/autogen.patch
blob: daf8936731ef663383ea8f3f630ba59e77851fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN enca-1.19/autogen.sh patched/autogen.sh
--- enca-1.19/autogen.sh	2016-07-28 16:35:31.000000000 +0200
+++ patched/autogen.sh	2016-10-29 10:26:05.544998284 +0200
@@ -139,7 +139,7 @@
 }
 
 if test -z "$NO_LIBTOOL"; then
-  LT_VERSION=`libtoolize --version | sed -e '2,$ d' -e 's/ *([^()]*)$//' -e 's/.* \(.*\)/\1/' -e 's/-p[0-9]\+//' -e 's/^[a-zA-z]*-//'`
+  LT_VERSION=`libtoolize --version | sed -e '2,$ d' -e 's/ *([^()]*)$//' -e 's/.* \(.*\)/\1/' -e 's/-p[0-9]\+//' -e 's/^[a-zA-Z]*-//'`
   if ! version_check "1.4" "$LT_VERSION" ; then
     echo
     echo "**ERROR**: You need at least libtool-1.4 installed to re-generate"