]> git.itanic.dy.fi Git - maemo-mapper/blob - autogen.sh
Administrative changes in preparation for release of Maemo Mapper v2.6.2.
[maemo-mapper] / autogen.sh
1 #!/bin/sh
2
3 #
4 # Copyright (C) 2006, 2007 John Costigan.
5 #
6 # This file is part of Maemo Mapper.
7 #
8 # Maemo Mapper is free software: you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation, either version 3 of the License, or
11 # (at your option) any later version.
12 #
13 # Maemo Mapper is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with Maemo Mapper.  If not, see <http://www.gnu.org/licenses/>.
20 #
21  
22 set -x
23 glib-gettextize --copy --force
24 libtoolize --automake --copy --force
25 aclocal
26 intltoolize --automake --copy --force
27 autoconf --force
28 autoheader --force
29 automake --add-missing --copy --force-missing --foreign