Release NodeStateManager 1.2.0.0
[profile/ivi/node-state-manager.git] / autogen.sh
1 #!/bin/sh -e
2 #
3 #
4 # Copyright (C) 2012 Continental Automotive Systems, Inc.
5 #
6 # Author: Jean-Pierre.Bogler@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 # Date       Author             Reason
15 # 24.10.2012 Jean-Pierre Bogler Initial creation
16 #
17 ###############################################################################
18
19 mkdir -p m4
20 mkdir -p NodeStateAccess/doc
21 mkdir -p NodeStateAccess/generated
22
23 autoreconf --verbose --install --force
24 ./configure $@