chiark / gitweb /
*** empty log message ***
[sympathy.git] / maintainer / bootstrap
1 #! /bin/sh
2 #
3 # bootstrap:
4 #
5 # Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
6 # All rights reserved.
7 #
8 # $Id$
9 #
10 # $Log$
11 # Revision 1.1  2008/02/03 16:20:24  james
12 # *** empty log message ***
13 #
14 #
15 #
16 #
17 #
18 libtoolize -f -c  --automake
19 aclocal
20 autoheader
21 autoconf
22 automake -a -c 
23 automake -a -c Makefile
24 automake -a -c src/Makefile
25 automake -a -c apps/Makefile
26 automake -a -c test/Makefile