Commit 0b4a90c0 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Soft retirement of autogen.sh

We shouldn't need to care about all the details when autoreconf(1) can
do that for us. The autoworld has changed over the last decade and this
only affects Varnish developers since we ship release archives with a
turnkey configure script. So let's see how much wreckage this change will
cause.

The script remains until its refcount drops to zero.

In order to get early feedback for MacOS the relevant Travis CI job is
already updated.
parent cc42bd31
...@@ -86,7 +86,7 @@ jobs: ...@@ -86,7 +86,7 @@ jobs:
update: true update: true
before_script: before_script:
- export PATH="/usr/local/opt/sphinx-doc/bin:$PATH" - export PATH="/usr/local/opt/sphinx-doc/bin:$PATH"
- ./autogen.sh - autoreconf -i
- ./configure - ./configure
script: *script-common script: *script-common
- <<: *test-linux - <<: *test-linux
......
...@@ -23,7 +23,7 @@ else ...@@ -23,7 +23,7 @@ else
fi fi
rm -f configure rm -f configure
(cd $SRCDIR && . ./autogen.sh 2>&1 | egrep -v "(subdir-objects|is in a subdirectory)") (cd $SRCDIR && autoreconf -i 2>&1 | egrep -v "(subdir-objects|is in a subdirectory)")
# autoconf prior to 2.62 has issues with zsh 4.2 and newer # autoconf prior to 2.62 has issues with zsh 4.2 and newer
CONFIG_SHELL=/bin/sh CONFIG_SHELL=/bin/sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment