[Minor] [minor commit] r679 - trunk
kfogel at red-bean.com
kfogel at red-bean.com
Tue Oct 24 14:34:39 CDT 2006
Author: kfogel
Date: Tue Oct 24 14:34:39 2006
New Revision: 679
Modified:
trunk/configure.ac
Log:
* configure.ac (AC_INIT): Correct email address for reporting bugs.
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Tue Oct 24 14:34:39 2006
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(Minor Scheme, 0.0, minor at red-bean.com, minor)
+AC_INIT(Minor Scheme, 0.0, minor-dev at red-bean.com, minor)
AC_PREREQ(2.57)
AC_CONFIG_HEADERS(include/config.h)
AC_CONFIG_SRCDIR(include/minor/minor.h)
More information about the Minor
mailing list