2003-11-02 05:06:55 +00:00
|
|
|
AC_INIT
|
|
|
|
AM_INIT_AUTOMAKE(foundation-web, 0.1)
|
|
|
|
|
|
|
|
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
|
|
|
|
foundation.gnome.org/Makefile
|
|
|
|
foundation.gnome.org/about/Makefile
|
2009-12-14 11:04:01 +00:00
|
|
|
foundation.gnome.org/about/advisoryboard/Makefile
|
2003-11-02 05:06:55 +00:00
|
|
|
foundation.gnome.org/about/history/Makefile
|
|
|
|
foundation.gnome.org/about/charter/Makefile
|
|
|
|
foundation.gnome.org/contact/Makefile
|
|
|
|
foundation.gnome.org/img/Makefile
|
|
|
|
foundation.gnome.org/img/logos/Makefile
|
2009-10-31 00:55:32 +00:00
|
|
|
foundation.gnome.org/img/reports/Makefile
|
2004-02-23 10:43:11 +00:00
|
|
|
foundation.gnome.org/legal/Makefile
|
2005-08-02 17:58:17 +00:00
|
|
|
foundation.gnome.org/licensing/Makefile
|
2005-08-18 20:09:29 +00:00
|
|
|
foundation.gnome.org/licensing/guidelines/Makefile
|
2005-08-02 17:58:17 +00:00
|
|
|
foundation.gnome.org/licensing/usergroup/Makefile
|
2004-11-26 03:55:12 +00:00
|
|
|
foundation.gnome.org/finance/Makefile
|
2003-11-02 05:06:55 +00:00
|
|
|
foundation.gnome.org/membership/Makefile
|
|
|
|
foundation.gnome.org/news/Makefile
|
2009-09-11 15:25:11 +00:00
|
|
|
foundation.gnome.org/reports/Makefile
|
2005-10-24 17:59:15 +00:00
|
|
|
foundation.gnome.org/vote/Makefile
|
|
|
|
foundation.gnome.org/vote/include/Makefile
|
2011-05-04 15:49:45 +00:00
|
|
|
foundation.gnome.org/vote/2000/Makefile
|
|
|
|
foundation.gnome.org/vote/2001/Makefile
|
|
|
|
foundation.gnome.org/vote/2002/Makefile
|
|
|
|
foundation.gnome.org/vote/2003/Makefile
|
|
|
|
foundation.gnome.org/vote/2004/Makefile
|
2010-10-01 13:49:28 +00:00
|
|
|
foundation.gnome.org/vote/2004-10/Makefile
|
2011-05-04 15:49:45 +00:00
|
|
|
foundation.gnome.org/vote/2005/Makefile
|
2010-10-01 13:49:28 +00:00
|
|
|
foundation.gnome.org/vote/2005-10/Makefile
|
2011-05-04 15:49:45 +00:00
|
|
|
foundation.gnome.org/vote/2006/Makefile
|
|
|
|
foundation.gnome.org/vote/2007/Makefile
|
|
|
|
foundation.gnome.org/vote/2009/Makefile
|
|
|
|
foundation.gnome.org/vote/2010/Makefile
|
|
|
|
foundation.gnome.org/vote/2011/Makefile
|
2011-05-04 16:29:12 +00:00
|
|
|
foundation.gnome.org/vote/2012/Makefile
|
2003-11-02 05:06:55 +00:00
|
|
|
])
|