chiark / gitweb /
Ignore some files generated by Debian build
[sympathy.git] / autogen.sh
1 #! /bin/sh
2 #
3 # bootstrap:
4 #
5 # Copyright (c) 2008 James McKenzie <sympathy@madingley.org>,
6 # All rights reserved.
7 #
8 # $Id: autogen.sh,v 1.2 2008/03/07 14:36:25 james Exp $
9 #
10 # $Log: autogen.sh,v $
11 # Revision 1.2  2008/03/07 14:36:25  james
12 # *** empty log message ***
13 #
14 # Revision 1.1  2008/03/07 14:32:55  james
15 # *** empty log message ***
16 #
17 # Revision 1.1  2008/02/03 16:20:24  james
18 # *** empty log message ***
19 #
20 #
21 #
22 #
23 #
24 libtoolize -f -c  --automake
25 aclocal
26 autoheader
27 autoconf
28 automake -a -c -Wno-portability
29 #automake -a -c Makefile
30 #automake -a -c src/Makefile
31 #automake -a -c apps/Makefile
32 #automake -a -c test/Makefile