changeset 12742:630068170ef0 stable

maint: use URL for bugs in configure script * configure.ac (AC_INIT): Use URL for bugs.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Jun 2011 16:39:38 -0400
parents 0fe2eb81e6d0
children 5d8f2a091b23
files configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Tue Jun 14 12:54:28 2011 -0400
+++ b/configure.ac	Tue Jun 14 16:39:38 2011 -0400
@@ -27,7 +27,7 @@
 EXTERN_CFLAGS="$CFLAGS"
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
-AC_INIT([GNU Octave], [3.5.0+], [bug@octave.org], [octave])
+AC_INIT([GNU Octave], [3.5.0+], [http://octave.org/bugs.html], [octave])
 
 dnl PACKAGE_VERSION is set by the AC_INIT VERSION arg
 OCTAVE_VERSION="$PACKAGE_VERSION"