Daniel Stenberg | 14521b4 | 2001-05-03 09:12:53 +0000 | [diff] [blame] | 1 | #!/bin/sh |
max.mehl | ad9bc59 | 2022-05-17 11:16:50 +0200 | [diff] [blame] | 2 | # |
Daniel Stenberg | 2bc1d77 | 2023-01-02 13:51:48 +0100 | [diff] [blame] | 3 | # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. |
max.mehl | ad9bc59 | 2022-05-17 11:16:50 +0200 | [diff] [blame] | 4 | # |
| 5 | # SPDX-License-Identifier: curl |
Daniel Stenberg | 14521b4 | 2001-05-03 09:12:53 +0000 | [diff] [blame] | 6 | |
Daniel Stenberg | 8586853 | 2020-08-25 16:14:18 +0200 | [diff] [blame] | 7 | echo "*** Do not use buildconf. Instead, just use: autoreconf -fi" >&2 |
Marc Hoersken | 8b69ac0 | 2020-08-29 11:12:08 +0200 | [diff] [blame] | 8 | exec ${AUTORECONF:-autoreconf} -fi "${@}" |