~jonls/libdisarm/master

« back to all changes in this revision

Viewing changes to bootstrap

  • Committer: Jon Lund Steffensen
  • Date: 2013-08-11 09:39:02 UTC
  • Revision ID: git-v1:a5b3c1ed07261da88a155e8b4c2c75ba7ebae810
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# change to root directory
 
4
cd $(dirname "$0")
 
5
 
 
6
# run auto.* tools
 
7
libtoolize --automake --copy --force && \
 
8
    aclocal --force -I m4 && \
 
9
    autoheader --force && \
 
10
    automake --gnu --add-missing --force-missing --copy && \
 
11
    autoconf --force