aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 613cff4d4dcbb9287276aec8f1b1e4a05af3820e (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
26
27
28
29
30
31
32
#! /bin/sh
#
# bootstrap:
#
# Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
# All rights reserved.
#
# $Id$
#
# $Log$
# Revision 1.2  2008/03/07 14:36:25  james
# *** empty log message ***
#
# Revision 1.1  2008/03/07 14:32:55  james
# *** empty log message ***
#
# Revision 1.1  2008/02/03 16:20:24  james
# *** 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 apps/Makefile
#automake -a -c test/Makefile