make -f Makefile.cvs Autoconf 2.6 compatibility

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

make -f Makefile.cvs Autoconf 2.6 compatibility

Gerhard Kulzer
I experienced difficulties to compile digikam recently, and I found out that
it is due to the latest autoconf and autoheader version 2.6. In the
admin/cvs.sh file there is a check for version 2.5* that needs to be extended
to 2.6 as the patch provided below does.

Gilles, since the admin directory comes from KDE 3.5 and don't think I can do
a svn commit. Anyway I need your agreement.

Gerhard

35c35
<   Autoconf*2.5* | autoconf*2.5* ) : ;;
---
>   Autoconf*2.[56]* | autoconf*2.[56]* ) : ;;
50c50
<   Autoconf*2.5* | autoheader*2.5* ) : ;;
---
>   Autoconf*2.[56]* | autoheader*2.[56]* ) : ;;

--
http://www.gerhard.fr

_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users

autoconf-2.6-patch (208 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: make -f Makefile.cvs Autoconf 2.6 compatibility

Gilles Caulier-2
Le Dimanche 23 Juillet 2006 02:29 PM, Gerhard Kulzer a écrit :
> I experienced difficulties to compile digikam recently, and I found out
> that it is due to the latest autoconf and autoheader version 2.6. In the
> admin/cvs.sh file there is a check for version 2.5* that needs to be
> extended to 2.6 as the patch provided below does.
>
> Gilles, since the admin directory comes from KDE 3.5 and don't think I can
> do a svn commit. Anyway I need your agreement.
>
> Gerhard

Gerhard,

I can't give you any right to commit in this area. I don't manage this KDE
common part ! You need to contact KDE developpers ML for that. Sorry...

Gilles
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users