source: tags/release-0.8beta3/reconf @ 704

Revision 267, 697 bytes checked in by dcarter, 5 years ago (diff)

Merge 234:266 from development branch

  • Property svn:executable set to *
Line 
1# Copyright (C) 2005-2007 David Carter <arm4@arm4.org>
2
3# This file is free software; as a special exception the author gives
4# unlimited permission to copy and/or distribute it, with or without
5# modifications, as long as this notice is preserved.
6#
7# This program is distributed in the hope that it will be useful, but
8# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11#!/bin/sh
12rm -f config.cache
13echo "- aclocal."
14aclocal -I m4
15echo "- libtoolize."
16libtoolize --force --copy
17echo "- autoconf."
18autoconf
19echo "- autoheader."
20autoheader
21echo "- automake."
22automake --add-missing --copy
23exit
Note: See TracBrowser for help on using the repository browser.