Revision
17
Author
robert@fledge.watson.org
Date
2009-09-13 04:50:44 -0700 (Sun, 13 Sep 2009)

Log Message

Use libdispatch@macosforge.org as the autoconf package contact information.

Suggested by:	Jordan Hubbard

Modified Paths

Diff

Modified: trunk/configure.ac (16 => 17)


--- trunk/configure.ac	2009-09-12 23:27:31 UTC (rev 16)
+++ trunk/configure.ac	2009-09-13 11:50:44 UTC (rev 17)
@@ -3,8 +3,7 @@
 #
 
 AC_PREREQ(2.59)
-AC_INIT([libdispatch], [1.0], [libdispatch-dev@lists.macosforge.org],
-  [libdispatch])
+AC_INIT([libdispatch], [1.0], [libdispatch@macosforge.org], [libdispatch])
 AC_REVISION([$$])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_HEADER([config/config.h])