[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-184-g28ee786)
The branch, master has been updated
via 28ee7866d44c74927401d362aceec4474bb5075c (commit)
from 333ccc55a1a1dc7c0c6ae92daefdfb83c54d511f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
libgeda/configure.ac.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
=================
Commit Messages
=================
commit 28ee7866d44c74927401d362aceec4474bb5075c
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sat Jan 17 22:30:13 2009 +0000
libgeda: Use AC_LIBTOOL_WIN32_DLL to build DLL on Win32 platform.
This (albiet deprecated) option is required to make a shared DLL on
Win32. The non-deprecated syntax isn't compatible with older libtool,
so lets use this for now.
:100644 100644 7825b14... 6c9cde5... M libgeda/configure.ac.in
=========
Changes
=========
commit 28ee7866d44c74927401d362aceec4474bb5075c
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sat Jan 17 22:30:13 2009 +0000
libgeda: Use AC_LIBTOOL_WIN32_DLL to build DLL on Win32 platform.
This (albiet deprecated) option is required to make a shared DLL on
Win32. The non-deprecated syntax isn't compatible with older libtool,
so lets use this for now.
diff --git a/libgeda/configure.ac.in b/libgeda/configure.ac.in
index 7825b14..6c9cde5 100644
--- a/libgeda/configure.ac.in
+++ b/libgeda/configure.ac.in
@@ -18,6 +18,7 @@ AC_SUBST([CONFIG_DEPENDENCIES], ['$(top_srcdir)/configure.ac.in'])
AC_GNU_SOURCE
# Init libtool
+AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
#########################################################################
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs