Hylafax Developers Mailing List Archives
|
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[hylafax-devel] configure patch
A one liner to make current CVS configure correctly for libtiff v 3.4
All it does was just take the major.minor instead of the whole version
string, because the configure script only looks at [0-9].[0-0] (with an
equals, so 3.4xxx wasn't being recognized.
--- hylafax-aidan/configure Mon May 29 15:41:36 2000
+++ hylafax/configure Sun May 28 13:49:15 2000
@@ -2274,7 +2274,7 @@
header_ver=0
lib_ver=""
eval `./a.out | \
- sed -n -e 's/header_ver=\([0-9]\+\) lib_ver=.*Version *\([0-9]\+\.[0-9]\).*/\
+ sed -n -e 's/header_ver=\([0-9]\+\) lib_ver=.*Version *\([0-9]\+\.[0-9]\+\).*/\
header_ver=\1;lib_ver=\2/p'`
Note " Found tiffio.h version ${header_ver}"
Note " Found libtiff version ${lib_ver}"
--
Aidan Van Dyk Create like a god,
aidan@highrise.ca command like a king,
http://www.highrise.ca/ work like a slave.
|\^/| |\^/| |\^/| |\^/| |\^/| |\^/|
_|\| |/|_ _|\| |/|_ _|\| |/|_ _|\| |/|_ _|\| |/|_ _|\| |/|_
> C < > a < > n < > a < > d < > a <
>_./|\._< >_./|\._< >_./|\._< >_./|\._< >_./|\._< >_./|\._<