- Update ac_python_devel to check and complain about Python < 2.1.0

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@275 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-31 19:06:05 +00:00
parent fc84d1ec9d
commit 8d5645d9d6
2 changed files with 72 additions and 1 deletions

View file

@ -1,3 +1,41 @@
2006-01-29 17:33 tchernobog
* trunk/m4/ac_python_devel.m4: - Fix macro documentation header
2006-01-29 15:34 tchernobog
* trunk/doc/Makefile.am: - Make ``make distclean'' to complete
cleanly when directory doc/API doesn't exists.
2006-01-29 15:33 tchernobog
* trunk/m4/ac_python_devel.m4: - Overhaul ac_python_devel.m4 using
extensively informations provided by the interpreter. Will try to
send upstream if told to do so.
2006-01-28 20:42 tchernobog
* trunk/doc/sgpem2dman.texi: - Change non-existant English word with
something understandable :-)
2006-01-28 20:39 tchernobog
* trunk/configure.ac, trunk/distro/gentoo,
trunk/distro/gentoo/sgpemv2-0.00.ebuild,
trunk/src/backend/Makefile.am, trunk/src/backend/schedulable.cc,
trunk/src/backend/schedulable.hh, trunk/src/main.hh,
trunk/src/startgui.cc: - Get DSO visibility check right in
configure.ac. Now it should work correctly with GCC >= 4.0, while
doing nothing for GCC < 4.0 - Add class sgpem::schedulable to test
for DSO visibility export. Methods may need to be reordered to
conform to coding style guidelines
2006-01-27 19:26 tchernobog
* trunk/ChangeLog, trunk/configure.ac, trunk/src/Makefile.am: -
Added the possibility to pass LT_LDFLAGS to configure in order to
obtain a completely static build
2006-01-27 17:57 tchernobog
* trunk/ChangeLog, trunk/configure.ac, trunk/src/Makefile.am,