libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool ./ChangeLog ./Makefile.am ./NEWS ./conf...


From: Gary V. Vaughan
Subject: libtool ./ChangeLog ./Makefile.am ./NEWS ./conf...
Date: Tue, 21 Oct 2003 11:03:57 -0400

CVSROOT:        /cvsroot/libtool
Module name:    libtool
Branch:         
Changes by:     Gary V. Vaughan <address@hidden>        03/10/21 11:03:57

Modified files:
        .              : ChangeLog Makefile.am NEWS configure.ac 
        config         : config.guess config.sub 
        doc            : libtool.texi 
        m4             : libtool.m4 
        tests/demo     : configure.ac 
        tests/pdemo    : configure.ac 

Log message:
        Start to eliminate the double run of configure in a fresh CVS
        checkout by generating ltmain.sh, using that to create libtool,
        and then adding the tags to that, all from config.status.
        
        * configure.ac (AC_CONFIG_FILES): Make config/ltmain.sh, and copy
        it to libltdl.
        * Makefile.am ($(srcdir)/config/ltmain.sh): This file is now
        created by config.status.  Adjust this rule.
        (libtoolize): Set CONFIG_COMMANDS to empty to prevent regenerating
        the libtool script as a side effect of running this rule.
        * libtool.m4: Bump serial number.  Fix comment typos.
        (_LT_CONFIG_LIBTOOL_INIT, _LT_CONFIG_LIBTOOL,
        _LT_CONFIG_SAVE_COMMANDS, _LT_CONFIG_COMMANDS: New macros.  They
        don't work for some reason - the variable value quoting in the
        init section is all wrong.  Not used at the moment.
        (AC_LIBTOOL_CONFIG): Generate libtool from config.status.
        (_LT_AC_TAG_CONFIG): Add the tags in config.status.
        (compiler_DEFAULT): Save the compiler value for the DEFAULT tag,
        or it gets overwritten by the other macros.
        (EOF): Globally replace with _LT_EOF to avoid namespace pollution.
        * tests/demo/configure.ac (STATIC): Check $enable_static instead
        of running ./libtool which doesn't exist yet.
        (BINARY_HELLDL): Check $lt_cv_sys_global_symbol_pipe with case
        instead of grepping ./libtool which doesn't exist yet.
        * tests/pdemo/configure.ac (STATIC, BINARY_HELLDL): Ditto.
        * doc/libtool.texi (AC_PROG_LIBTOOL): Add some notes about trying
        to get config details from `libtool --config'.
        * NEWS: Updated.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/.diff?tr1=ChangeLog&tr2=1.1295&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/.diff?tr1=Makefile.am&tr2=1.72&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/.diff?tr1=NEWS&tr2=1.120&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/.diff?tr1=configure.ac&tr2=1.20&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/config/.diff?tr1=config.guess&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/config/.diff?tr1=config.sub&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/doc/.diff?tr1=libtool.texi&tr2=1.141&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/m4/.diff?tr1=libtool.m4&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/tests/demo/.diff?tr1=configure.ac&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libtool/libtool/tests/pdemo/.diff?tr1=configure.ac&tr2=1.2&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]