Closed gquintard closed 3 years ago
./configure fails with:
./configure
./configure: line 13695: syntax error near unexpected token `newline' ./configure: line 13695: ` '''
full configure script here: https://filebin.varnish-software.com/guxugkpbnphk7ybw
configure
Dockerfile reproducer:
Dockerfile
FROM archlinux:latest RUN pacman --noconfirm -Sy autoconf automake base-devel gcc git libtool make python python-docutils varnish && \ git clone https://github.com/varnishcache/libvmod-example.git && \ cd libvmod-example && \ ./autogen.sh && \ ./configure && \ make && \ make check
./configure
fails with:full
configure
script here: https://filebin.varnish-software.com/guxugkpbnphk7ybwDockerfile
reproducer: