IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3098


Ignore:
Timestamp:
Jan 26, 2005, 3:08:05 PM (21 years ago)
Author:
jhoblitt
Message:

run cvs2cl before autoconf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/bootstrap.sh

    r3053 r3098  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: bootstrap.sh,v 1.6 2005-01-19 00:59:48 jhoblitt Exp $
     5# $Id: bootstrap.sh,v 1.7 2005-01-27 01:08:05 jhoblitt Exp $
    66
    77wsdl2h -o src/idata.h -c idata.wsdl \
    88&& soapcpp2 -d src -c src/idata.h \
    99&& rm -f src/*.xml
    10 
    11 libtoolize --automake --copy \
    12 && aclocal \
    13 && autoheader \
    14 && automake --gnu --add-missing --copy \
    15 && autoconf
    1610
    1711MKCL=`which cvs2cl`
     
    2115    touch ChangeLog
    2216fi
     17
     18libtoolize --automake --copy \
     19&& aclocal \
     20&& autoheader \
     21&& automake --gnu --add-missing --copy \
     22&& autoconf
Note: See TracChangeset for help on using the changeset viewer.