]> git.ipfire.org Git - thirdparty/dhcp.git/blame - config+lt
Update README - added section on Release status which was in the TOC
[thirdparty/dhcp.git] / config+lt
CommitLineData
13e5cc6c
FD
1#!/bin/sh
2#
7512d88b 3# Copyright (C) 2016-2017 Internet Systems Consortium, Inc. ("ISC")
13e5cc6c 4#
7512d88b
TM
5# This Source Code Form is subject to the terms of the Mozilla Public
6# License, v. 2.0. If a copy of the MPL was not distributed with this
7# file, You can obtain one at http://mozilla.org/MPL/2.0/.
13e5cc6c
FD
8#
9# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
10# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
12# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
14# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15# PERFORMANCE OF THIS SOFTWARE.
16
d113bc2c 17# called by the legacy configure when libtool is enabled
13e5cc6c
FD
18
19cp configure.ac+lt configure.ac
d113bc2c 20autoreconf -i
0dc4614c
FD
21if test $? -ne 0; then
22 echo autoreconf failed
23 exit $?
24fi
6d91a86b
FD
25echo Reconfiguring with "$@"
26./configure "$@"