Last Updated: February 25, 2016
·
372
· alvaropg1980

Releasing with config options

When you are doing a make distcheck you can use the DISTCHECKCONFIGUREFLAGS environment variable for configure options. For example:

$ export DISTCHECK_CONFIGURE_FLAGS=--disable-spell-checking
$ make distcheck

Just for Automake 1.6 and upper.