Open In App

autoconf command in Linux with examples

autoconf command is used in Linux to generate configuration scripts. Generate a configuration script from a TEMPLATE-FILE if given, or from ‘configure.ac’ if present, or ‘configure.in’. The output is sent to the standard output if TEMPLATE-FILE is given, otherwise, it is sent into ‘configure’. To use autoconf we must install the this on the Linux terminal as follows:

sudo apt-get install autoconf

Synopsis:



user/bin/autoconf [OPTION] ... [TEMPLATE-FILE]

Options:

Article Tags :