#! /bin/sh

# generate configure script

autoreconf --install --verbose --force 


# configure with an environment variable on the commandline

CRITICAL_VARIABLE=ok ./configure


# Show recheck failure
# This will fail because the configure script only saved the command-line
# arguments, not the environment variables into the config.status file

./config.status --recheck
