Changeset 284

Show
Ignore:
Timestamp:
19/07/07 09:50:37 (16 months ago)
Author:
smoku
Message:

Added libtoolize to reconfiguration process.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tools/mkrelease.sh

    r206 r284  
    1515sed -i "s/^AC_INIT(.*$/AC_INIT($APPNAME, $APPVER, jabberd2@xiaoka.com)/" configure.ac 
    1616autoreconf --install --force 
     17libtoolize --copy --force 
    1718cd .. 
    1819tar -zchf "$DSTDIR/$APPNAME-$APPVER.tar.gz" "$APPNAME-$APPVER"