equal
deleted
inserted
replaced
1 #!/bin/bash |
1 #!/bin/bash |
2 |
2 #---------------------------------------------------------------------------- |
3 # $Id$ |
3 # |
|
4 # $Id$ |
|
5 # |
|
6 # Copyright (C) 2006-2009 Florian Pose, Ingenieurgemeinschaft IgH |
|
7 # |
|
8 # This file is part of the IgH EtherCAT Master. |
|
9 # |
|
10 # The IgH EtherCAT Master is free software; you can redistribute it and/or |
|
11 # modify it under the terms of the GNU General Public License version 2, as |
|
12 # published by the Free Software Foundation. |
|
13 # |
|
14 # The IgH EtherCAT Master is distributed in the hope that it will be useful, |
|
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General |
|
17 # Public License for more details. |
|
18 # |
|
19 # You should have received a copy of the GNU General Public License along |
|
20 # with the IgH EtherCAT Master; if not, write to the Free Software |
|
21 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
|
22 # |
|
23 # --- |
|
24 # |
|
25 # The license mentioned above concerns the source code only. Using the |
|
26 # EtherCAT technology and brand is only permitted in compliance with the |
|
27 # industrial property and similar rights of Beckhoff Automation GmbH. |
|
28 # |
|
29 #---------------------------------------------------------------------------- |
4 |
30 |
5 set -x |
31 set -x |
6 touch ChangeLog |
32 touch ChangeLog |
7 autoreconf -i |
33 autoreconf -i |
|
34 |
|
35 #---------------------------------------------------------------------------- |