Avoid conflicts with standard integer typedefs.
[profile/ivi/persistence-common-object.git] / autogen.sh
1 #!/bin/sh -e
2 #
3 #
4 # Copyright (C) 2012 Continental Automotive Systems, Inc.
5 #
6 # Author: Ana.Chisca@continental-corporation.com
7 #
8 # Script to create necessary files/folders from a fresh git check out.
9 #
10 # This Source Code Form is subject to the terms of the Mozilla Public
11 # License, v. 2.0. If a copy of the MPL was not distributed with this
12 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
13 #
14 ###############################################################################
15
16 mkdir -p m4
17
18 autoreconf --verbose --install --force
19 ./configure $@