From 7b314789ca2d68d674a90eb11621b9b5a078aa03 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 7 Aug 2004 22:11:45 +0000 Subject: [PATCH] * configure.ac: Call AC_PROG_CC and AM_PROG_CC_C_O. * wrap/python/Makefile.am (_buddy_la_LDFLAGS): Move libspotswigpy.la ... (_buddy_la_LIBADD): ... here. --- ChangeLog | 6 ++++++ configure.ac | 2 ++ wrap/python/Makefile.am | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 30dc7dcbf..9cdbbf537 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-08-07 Alexandre Duret-Lutz + + * configure.ac: Call AC_PROG_CC and AM_PROG_CC_C_O. + * wrap/python/Makefile.am (_buddy_la_LDFLAGS): Move libspotswigpy.la ... + (_buddy_la_LIBADD): ... here. + 2004-08-02 Alexandre Duret-Lutz * lbtt/: Merge lbtt 1.1.2. diff --git a/configure.ac b/configure.ac index 0eb8b3159..00f2ada29 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,8 @@ AM_INIT_AUTOMAKE([gnits nostdinc 1.8]) adl_ENABLE_DEVEL adl_CHECK_PYTHON +AC_PROG_CC +AM_PROG_CC_C_O AC_PROG_CXX AM_PROG_LEX diff --git a/wrap/python/Makefile.am b/wrap/python/Makefile.am index f43035d12..55a1d5213 100644 --- a/wrap/python/Makefile.am +++ b/wrap/python/Makefile.am @@ -43,7 +43,8 @@ $(srcdir)/spot.py: $(srcdir)/spot.i $(MAKE) $(AM_MAKEFLAGS) spot_wrap.cxx _buddy_la_SOURCES = $(srcdir)/buddy_wrap.cxx -_buddy_la_LDFLAGS = -avoid-version -module $(BUDDY_LDFLAGS) libspotswigpy.la +_buddy_la_LDFLAGS = -avoid-version -module $(BUDDY_LDFLAGS) +_buddy_la_LIBADD = libspotswigpy.la $(srcdir)/buddy_wrap.cxx: $(srcdir)/buddy.i swig -noruntime -c++ -python $(BUDDY_CPPFLAGS) $(srcdir)/buddy.i