1/* decoy_config.h.in
2 *
3 * Easel doesn't use this at all. Some packagers (e.g. Debian)
4 * inexplicably run GNU 'autoheader' as part of their build/release
5 * cycle, which will overwrite and destroy esl_config.h.in if we don't
6 * do something about it. It appears to be sufficient to put
7 *   AC_CONFIG_HEADERS([decoy_config.h])
8 * first in our configure.ac, to distract autoheader. (autoheader
9 * only looks at the first AC_CONFIG_HEADERS() to construct its
10 * output .in filename.)
11 */
12