]> git.itanic.dy.fi Git - maemo-mapper/blobdiff - autogen.sh
Administrative changes in preparation for release of Maemo Mapper v2.6.2.
[maemo-mapper] / autogen.sh
index d6b2ae6398accd3c64f96081c55408c5878f4cf5..aba689071fe08b5856fa7e513770bbec16ac6c1d 100755 (executable)
@@ -1,7 +1,29 @@
 #!/bin/sh
 
+#
+# Copyright (C) 2006, 2007 John Costigan.
+#
+# This file is part of Maemo Mapper.
+#
+# Maemo Mapper is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# Maemo Mapper is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Maemo Mapper.  If not, see <http://www.gnu.org/licenses/>.
+#
 set -x
-aclocal-1.7
-autoconf
-libtoolize
-automake-1.7 --add-missing --foreign
+glib-gettextize --copy --force
+libtoolize --automake --copy --force
+aclocal
+intltoolize --automake --copy --force
+autoconf --force
+autoheader --force
+automake --add-missing --copy --force-missing --foreign