[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.5.1-20081221-183-g333ccc5)



The branch, master has been updated
       via  333ccc55a1a1dc7c0c6ae92daefdfb83c54d511f (commit)
      from  a37263740000929363492726a069d92b161ab64c (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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 333ccc55a1a1dc7c0c6ae92daefdfb83c54d511f
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Wed Jan 14 21:03:41 2009 -0500

    Revert part of a commit that changed how libtool is initialized
    
    This commit reverts part of b47b0d1276a9535e3a66e4f8535f6c552849490f
    back to the original way of initializing libtool (using AM_PROG_LIBTOOL).
    The other changes in b47b0d1276a9535e3a66e4f8535f6c552849490f seem
    reasonable enough.

:100644 100644 ca1ce43... 7825b14... M	libgeda/configure.ac.in

=========
 Changes
=========

commit 333ccc55a1a1dc7c0c6ae92daefdfb83c54d511f
Author: Ales Hvezda <ahvezda@xxxxxxxx>
Date:   Wed Jan 14 21:03:41 2009 -0500

    Revert part of a commit that changed how libtool is initialized
    
    This commit reverts part of b47b0d1276a9535e3a66e4f8535f6c552849490f
    back to the original way of initializing libtool (using AM_PROG_LIBTOOL).
    The other changes in b47b0d1276a9535e3a66e4f8535f6c552849490f seem
    reasonable enough.

diff --git a/libgeda/configure.ac.in b/libgeda/configure.ac.in
index ca1ce43..7825b14 100644
--- a/libgeda/configure.ac.in
+++ b/libgeda/configure.ac.in
@@ -18,7 +18,7 @@ AC_SUBST([CONFIG_DEPENDENCIES], ['$(top_srcdir)/configure.ac.in'])
 AC_GNU_SOURCE
 
 # Init libtool
-LT_INIT([win32-dll],[shared])
+AM_PROG_LIBTOOL
 
 #########################################################################
 # Command line flags start




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs