Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gettext / autogen.sh
blob6ed0048cd038893d9ac702ab7a649542c8d2dd43
1 # Convenience script for regenerating all aclocal.m4, config.h.in, Makefile.in,
2 # configure files with new versions of autoconf or automake.
4 # This script requires autoconf-2.58..2.59 and automake-1.8.2..1.9 in the PATH.
6 # Copyright (C) 2003-2004 Free Software Foundation, Inc.
8 # This program 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 2, or (at your option)
11 # any later version.
13 # This program 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.
18 # You should have received a copy of the GNU General Public License
19 # along with this program; if not, write to the Free Software
20 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 aclocal
23 autoconf
24 automake
26 (cd autoconf-lib-link
27 aclocal -I m4 -I ../m4
28 autoconf
29 automake
32 (cd gettext-runtime
33 aclocal -I m4 -I ../gettext-tools/m4 -I ../autoconf-lib-link/m4 -I ../m4
34 autoconf
35 autoheader && touch config.h.in
36 automake
39 (cd gettext-runtime/libasprintf
40 aclocal -I ../../m4 -I ../m4
41 autoconf
42 autoheader && touch config.h.in
43 automake
46 cp -p gettext-runtime/ABOUT-NLS gettext-tools/ABOUT-NLS
48 (cd gettext-tools
49 aclocal -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I ../m4
50 autoconf
51 autoheader && touch config.h.in
52 automake
55 cp -p autoconf-lib-link/config.rpath build-aux/config.rpath