source: trunk/bootstrap @ 279

Revision 279, 279 bytes checked in by ludovic.rousseau, 5 years ago (diff)

update

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3set -e
4set -x
5if test -f Makefile; then
6  make distclean
7fi
8rm -rf *.cache *.m4 config.guess config.log \
9config.status config.sub depcomp ltmain.sh
10
11#gettextize --force
12aclocal -I aclocal
13libtoolize --force --copy
14autoheader
15automake --add-missing --foreign
16autoconf
Note: See TracBrowser for help on using the repository browser.