Fix 22_locale/locale/cons/12658_thread-2.cc on hppa.
[official-gcc.git] / libgm2 / autogen.sh
blobea0ef7660984b83ac9db1262374c894ceca1bc42
1 #!/bin/sh
3 # autogen.sh regenerate the autoconf files.
4 # Copyright 2013-2022 Free Software Foundation, Inc.
6 # This file 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 3 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
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; see the file COPYING3. If not see
18 # <http://www.gnu.org/licenses/>.
20 rm -rf autom4te.cache
22 # libtoolize
23 rm -f aclocal.m4
24 # aclocal -I . -I config -I ../config
25 aclocal -I . -I ../config
26 autoreconf -I . -I ../config
27 automake --include-deps
29 rm -rf autom4te.cache
31 exit 0