: Setup a treeview for records manipulation.
[gnome-sound-recorder.git] / autogen.sh
blobff5520530126a88c86150304e4854560b2e43ae3
1 #!/bin/sh
2 ##
3 # This file is part of gnome-sound-recorder.
4 # Copyright (C) Martin Blanchard 2013 <tinram@gmx.fr>
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software Foundation,
18 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
22 set -e
24 if command -v gnome-autogen.sh 1> /dev/null 2> /dev/null;
25 then
26 gnome-autogen.sh
27 else
28 autoreconf --install --force
29 intltoolize --force --copy --automake