Search notes:

AC_CONFIG_SRCDIR

The given file should be a distributed source file.
It's a safety check to make sure that ./configure is not run from »outer space«.
AC_CONFIG_SRCDIR([src/main.c])

Index