tests: fix a spurious failure when $PYTHON is in the environment
[automake.git] / doc / amhello / configure.ac
blob6d966a270d1b71380d56580892895d6bc476142a
1 # Copyright (C) 2006-2012 Free Software Foundation, Inc.
2 # This configure.ac script is free software; the Free Software Foundation
3 # gives unlimited permission to copy, distribute and modify it.
5 AC_INIT([amhello], [1.0], [bug-automake@gnu.org])
6 AM_INIT_AUTOMAKE([-Wall -Werror foreign])
7 AC_PROG_CC
8 AC_CONFIG_HEADERS([config.h])
9 AC_CONFIG_FILES([
10  Makefile
11  src/Makefile
13 AC_OUTPUT