voting/configure.in
Glynn Foster 2bb34eacfa Merge the new-template branch in to HEAD. The branch is now defunct, and
2003-11-01  Glynn Foster  <glynn.foster@sun.com>

	* Merge the new-template branch in to HEAD. The branch is now defunct,
	and we have a live updated foundation.gnome.org. Yay!
2003-11-02 05:06:55 +00:00

30 lines
902 B
Text

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
foundation.gnome.org/about/history/Makefile
foundation.gnome.org/about/charter/Makefile
foundation.gnome.org/contact/Makefile
foundation.gnome.org/elections/Makefile
foundation.gnome.org/elections/2000/Makefile
foundation.gnome.org/elections/2001/Makefile
foundation.gnome.org/elections/2002/Makefile
foundation.gnome.org/elections/2003/Makefile
foundation.gnome.org/img/Makefile
foundation.gnome.org/img/logos/Makefile
foundation.gnome.org/membership/Makefile
foundation.gnome.org/news/Makefile
])