Kamal Mostafa
4b54e83657
Do not let macros/ac_python_devel.m4 trash CPPFLAGS and LIBS
...
A macro here seems to expect ac_save_LIBS and ac_save_CPPFLAGS to
be set on entry (by configure?) but configure doesn't do any such
thing, so that would trash any pre-set CPPFLAGS and LIBS when it
runs (making ./configure CPPFLAGS=something fail to work).
(cherry picked from commit 790ac8075d
)
2012-08-21 16:51:54 -07:00
Kamal Mostafa, KA6MAL
0de9cc17d2
python: fix --with-python-binding configure macro
...
Fix macro syntax error which I introduced in svn r2943.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3040 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-06 18:42:55 +00:00
Kamal Mostafa, KA6MAL
197f5a347c
Fix build --with-python-binding breakage introduced by Python 2.6:
...
Do not reference LOCALMODLIBS, else it will add libraries to our link line
(e.g -lssl) which are not necessarily installed.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2943 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-06-09 20:00:50 +00:00
Stéphane Fillod, F8CFE
9082a3a5da
- bindings are not built by default anymore
...
- replace python.m4 with newer version from autoconf-archive
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2882 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-16 20:01:42 +00:00