Changeset 590 for trunk/bootstrap


Ignore:
Timestamp:
Apr 12, 2008, 8:20:32 PM (15 years ago)
Author:
Jari Häkkinen
Message:

Updating bootstrap script together with corresponding changes to other files.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      configure
      Makefile.in
      config.log
      config.status
      stamp-h1
      config.h
      config.h.in
      autom4te.cache
      INSTALL
      COPYING
      aclocal.m4
      Makefile
  • trunk/bootstrap

    r519 r590  
    2727# 02111-1307, USA.
    2828
    29 mkdir -p autotools
    30 libtoolize --automake
    31 aclocal
    32 autoheader
    33 automake --add-missing --gnu
    34 autoconf
     29# Run this to generate all auto-generated files needed by the GNU
     30# configure program.
     31
     32autoreconf --install --symlink --force
Note: See TracChangeset for help on using the changeset viewer.