AC_INIT(foundation-web, 0.1) AM_INIT_AUTOMAKE([foreign]) AC_ARG_WITH(http_prefix, [ --with-http-prefix=DISTRIBUTOR Specify http prefix for local testing, such as http://localhost/~user/gnomesites/]) if test "x$with_http_prefix" != x ; then HTTP_PREFIX=$with_http_prefix else HTTP_PREFIX=http:/ fi AC_SUBST(HTTP_PREFIX) AC_OUTPUT([ Makefile vote/Makefile vote/include/Makefile vote/2011/Makefile vote/2012-confpoll/Makefile vote/2012-mc/Makefile vote/2013-confpoll/Makefile vote/2013-board/Makefile vote/2014-mc/Makefile vote/2015-board/Makefile vote/2016-mc/Makefile vote/2017-board/Makefile ])