libXaw: Changes to 'master'

Dan Nicholson dbn at kemper.freedesktop.org
Thu Jul 10 16:51:24 PDT 2008


 configure.ac |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

New commits:
commit 0b6058db1ce978f17d6eb99f5b253b813a133294
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Thu Jul 10 16:21:06 2008 -0700

    Use sed instead of ed for libtool SONAME hacking
    
    Since sed is already required by autoconf and libtool, it makes sense to
    use it instead of pulling in ed, too. The editing script only has to be
    changed slightly to accommodate this. The resulting libtool has been
    checked to be the same on Linux (GNU sed) and HP-UX.
    
    Building libXaw was the only reason I have ed on my system anymore.
    Maybe someday this can be fixed properly.

commit b605a26ff481259d4aca466ae68142f53ced43ce
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Thu Jul 10 15:37:51 2008 -0700

    Be more robust using ed for the libtool hacks
    
    Two failures during the libtool SONAME hacking that were being ignored
    are now fixed:
     * ed was called without first checking that it exists
     * ed could fail in editing the libtool script



More information about the xorg-commit mailing list