CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/06/20 14:28:44
Modified files:
devel/automake/1.10: Makefile
devel/automake/1.11: Makefile
devel/automake/1.8: Makefile
devel/automake/1.9: Makefile
Added files:
devel/automake/1.10/patches: patch-m4_python_m4
devel/automake/1.11/patches: patch-m4_python_m4
devel/automake/1.8/patches: patch-m4_python_m4
devel/automake/1.9/patches: patch-m4_python_m4
Log message:
Add missing python versions to automake to make them work with python 2.6
and 2.7, since a lot of software use these macros to detect the installed
python version and since we use 2.7 as the default now, these were all
failing.
patch from Brad, ok jasper@ and sthen@