Commit | Line | Data |
---|---|---|
992e09af | 1 | #!/bin/sh |
c215a4bc IJ |
2 | # |
3 | # This file is part of secnet. | |
4 | # See README for full list of copyright holders. | |
5 | # | |
6 | # secnet is free software; you can redistribute it and/or modify it | |
7 | # under the terms of the GNU General Public License as published by | |
8 | # the Free Software Foundation; either version d of the License, or | |
9 | # (at your option) any later version. | |
10 | # | |
11 | # secnet is distributed in the hope that it will be useful, but | |
12 | # WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
14 | # General Public License for more details. | |
15 | # | |
16 | # You should have received a copy of the GNU General Public License | |
17 | # version 3 along with secnet; if not, see | |
18 | # https://www.gnu.org/licenses/gpl.html. | |
19 | ||
992e09af IJ |
20 | set -e |
21 | autoconf | |
22 | autoheader |