From 9e8c960f11b3dba2feda9ed7a833e30d02378b74 Mon Sep 17 00:00:00 2001 From: Klaus Treichel Date: Wed, 30 Aug 2006 19:43:13 +0000 Subject: [PATCH] 2006-08-31 Klaus Treichel * configure.in: Replace the deprecated AM_PROG_LIBTOOL with the current AC_PROG_LIBTOOL. * jitdynamic/Makefile.am, jitplus/Makefile.am: Add -no-undefined to the LDFLAGS to enable building cygwin/mingw dlls. --- ChangeLog | 8 ++++++++ jitdynamic/Makefile.am | 1 + jitplus/Makefile.am | 1 + 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8cbb677..b46a3f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-08-31 Klaus Treichel + + * configure.in: Replace the deprecated AM_PROG_LIBTOOL with the current + AC_PROG_LIBTOOL. + + * jitdynamic/Makefile.am, jitplus/Makefile.am: Add -no-undefined to the + LDFLAGS to enable building cygwin/mingw dlls. + 2006-08-31 Aleksey Demakov * tools/gen-rules-scanner.l, tools/gen-rules-parser.y: add "frame" diff --git a/jitdynamic/Makefile.am b/jitdynamic/Makefile.am index 8d24f40..272c03b 100644 --- a/jitdynamic/Makefile.am +++ b/jitdynamic/Makefile.am @@ -10,5 +10,6 @@ AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include \ libjitdynamic_la_LDFLAGS = \ -version-info $(LIBJIT_VERSION) \ + -no-undefined \ -L$(top_builddir)/jit -L$(top_builddir)/jit/.libs -ljit libjitdynamic_la_DEPENDENCIES = $(top_builddir)/jit/libjit.la diff --git a/jitplus/Makefile.am b/jitplus/Makefile.am index 8069dd9..82dab60 100644 --- a/jitplus/Makefile.am +++ b/jitplus/Makefile.am @@ -10,5 +10,6 @@ AM_CXXFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I. -I$(srcdir) libjitplus_la_LDFLAGS = \ -version-info $(LIBJIT_VERSION) \ + -no-undefined \ -L$(top_builddir)/jit -L$(top_builddir)/jit/.libs -ljit $(LIB_STDCPP) libjitplus_la_DEPENDENCIES = $(top_builddir)/jit/libjit.la -- 2.47.3