bootstrap
branchstable-1.2
changeset 1739 5fcbd29151d2
parent 1732 1cc865ba17c2
equal deleted inserted replaced
1738:bc89e3fba1a5 1739:5fcbd29151d2
     1 #!/bin/bash
     1 #!/bin/bash
       
     2 
       
     3 # $Id$
     2 
     4 
     3 set -x
     5 set -x
     4 mkdir -p autoconf
     6 mkdir -p autoconf
     5 aclocal -I autoconf
     7 aclocal -I autoconf
     6 autoheader
     8 autoheader
       
     9 touch ChangeLog
     7 automake --add-missing --copy
    10 automake --add-missing --copy
     8 autoconf
    11 autoconf