oops, that commit wasn't so clean
[hrr.git] / autogen.sh
blob0510edb59ca6f595163567dd6a4dcd2651aa6323
1 #!/bin/sh
3 # m m mm mmm .----------. .---------------------. mmm mm m m
4 # 8 8 88 888 | .--------` | .------------------` 888 88 8 8
5 # 8 8 88 888 | ```````|`V```````| |``||``|`````| 888 88 8 8
6 # 8 8 88 888 `------ | | [] | |``````|| | [] | 888 88 8 8
7 # 8 8 88 888 |`````` | | | ````|```` | | 888 88 8 8
8 # ` ` `` ``` ``````````````> |````````````| |`` ``` `` ` `
9 # ==============` `---`
10 # L A B O R A T O R I E S
12 #This file is part of Hacker Radio Rec.
14 #Hacker Radio Rec is free software: you can redistribute it and/or
15 #modify it under the terms of the GNU General Public License as
16 #published by the Free Software Foundation, either version 3 of
17 #the License or (at your option) any later version.
19 #Hacker Radio Rec is distributed in the hope that it will be
20 #useful, but WITHOUT ANY WARRANTY; without even the implied
21 #warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
22 #See the GNU General Public License for more details.
24 # Copyright (C) 2009, Thea DeSilva
25 # You can find a copy of GNU General Public License in COPYING
30 export AUTOCONF_VERSION=2.61
31 export AUTOMAKE_VERSION=1.4
33 make -i clean
35 rm -rf gui/Makefile not/Makefile audio/Makefile Makefile config.h autom4te.cache config.log config.status aclocal.m4
36 aclocal && autoconf