Imported Upstream version 1.0.10
[platform/upstream/lksctp-tools.git] / bin / aaaa
1 #! /bin/sh
2 #
3 # Run all the stuff we need to generate the configure and Makefile.in
4 # in the automake process.
5 #
6 # The order needs to be that. If autoheader does not run after
7 # autoconf, it doesn't get all the symbols right. As automake requires
8 # config.h.in, created by autoheader, it needs to run after it.
9 #
10 # $Id: aaaa,v 1.1.1.1 2002/08/06 22:31:05 inaky Exp $
11
12
13 set -ex
14
15 aclocal
16 autoconf
17 autoheader
18 # Set GNU strictness
19 #automake --foreign
20 automake --gnu