]> git.ipfire.org Git - thirdparty/dhcp.git/blobdiff - config+lt
Added option definition
[thirdparty/dhcp.git] / config+lt
index 86af4bbfb00b87376d03a38440bccca8f4afebee..5bd8f1adbd375c51f2e55d068ee4d5f0a29cca1d 100755 (executable)
--- a/config+lt
+++ b/config+lt
@@ -1,10 +1,10 @@
 #!/bin/sh
 #
-# Copyright (C) 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016-2017  Internet Systems Consortium, Inc. ("ISC")
 #
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
 # THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
 # REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
@@ -18,5 +18,9 @@
 
 cp configure.ac+lt configure.ac
 autoreconf -i
+if test $? -ne 0; then
+    echo autoreconf failed
+    exit $?
+fi
 echo Reconfiguring with "$@"
 ./configure "$@"