On Втр, 2006-07-25 at 18:14 +0400, Peter Volkov wrote: > https://bugs.gentoo.org/show_bug.cgi?id=138571
Oh. I forgot to attach patch there... Well. You can find it in the attachment... Peter.
diff -Naur sim-0.9.4.orig/admin/cvs.sh sim-0.9.4/admin/cvs.sh
--- sim-0.9.4.orig/admin/cvs.sh 2005-08-16 02:15:47.000000000 +0400
+++ sim-0.9.4/admin/cvs.sh 2006-07-09 13:08:17.000000000 +0400
@@ -30,7 +30,7 @@
required_autoconf_version="2.53 or newer"
AUTOCONF_VERSION=`$AUTOCONF --version | head -n 1`
case $AUTOCONF_VERSION in
- Autoconf*2.5* | autoconf*2.5* ) : ;;
+ Autoconf*2.5* | autoconf*2.5* | Autoconf*2.6* | autoconf*2.6* ) : ;;
"" )
echo "*** AUTOCONF NOT FOUND!."
echo "*** SIM requires autoconf $required_autoconf_version"
@@ -45,7 +45,7 @@
AUTOHEADER_VERSION=`$AUTOHEADER --version | head -n 1`
case $AUTOHEADER_VERSION in
- Autoconf*2.5* | autoheader*2.5* ) : ;;
+ Autoconf*2.5* | Autoconf*2.6* | autoheader*2.5* | autoheader*2.6* ) : ;;
"" )
echo "*** AUTOHEADER NOT FOUND!."
echo "*** SIM requires autoheader $required_autoconf_version"
diff -Naur sim-0.9.4.orig/admin/detect-autoconf.sh sim-0.9.4/admin/detect-autoconf.sh
--- sim-0.9.4.orig/admin/detect-autoconf.sh 2006-02-10 00:17:24.000000000 +0300
+++ sim-0.9.4/admin/detect-autoconf.sh 2006-07-09 13:09:06.000000000 +0400
@@ -10,7 +10,7 @@
# Please add higher versions first. The last version number is the minimum
# needed to compile KDE. Do not forget to include the name/version #
# separator if one is present, e.g. -1.2 where - is the separator.
-KDE_AUTOCONF_VERS="259 -2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x"
+KDE_AUTOCONF_VERS="-2.60 259 -2.58 -2.57 257 -2.54 -2.53a -2.53 -2.52 -2.5x"
KDE_AUTOMAKE_VERS="-1.9 19 -1.7 17 -1.6"
# We don't use variable here for remembering the type ... strings. Local
signature.asc
Description: This is a digitally signed message part
_______________________________________________ sim-im-main mailing list [email protected] https://mailman.dg.net.ua/listinfo/sim-im-main
