Changeset 429 for vtcross/trunk/reconf

Show
Ignore:
Timestamp:
08/24/09 17:00:03 (15 years ago)
Author:
bhilburn
Message:

Reworked the build process for libvtcross so that it would build in the
proper order with good autofoo. Also, added output to 'reconf'.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/reconf

    r411 r429  
    1414# limitations under the License.  
    1515 
     16echo -n "Running libtoolize... " 
    1617libtoolize && \ 
     18echo " done!" 
     19 
     20echo -n "Running aclocal... " 
    1721aclocal -I config&& \ 
     22echo " done!" 
     23 
     24echo -n "Running autoconf... " 
    1825autoconf && \ 
     26echo " done!" 
     27 
     28echo -n "Running autoheader... " 
    1929autoheader && \ 
     30echo " done!" 
     31 
     32echo -n "Running automake... " 
    2033automake --add-missing 
     34echo " done!"