aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: c5b0cff0bd8ed88c061272b9b5f98231734d6eae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh
#
# bstrap:
#
# Copyright (c) 2009 James McKenzie <20@madingley.org>,
# All rights reserved.
#
# $Id$
#
# $Log$
# Revision 1.1  2009/02/08 16:25:31  root
# *** empty log message ***
#
#
#
#
libtoolize -f -c  --automake
aclocal
autoheader
autoconf
automake -a -c 
automake -a -c Makefile
automake -a -c src/Makefile
automake -a -c test/Makefile
automake -a -c app/Makefile