diff options
Diffstat (limited to '')
-rwxr-xr-x | configure | 28 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 15 insertions, 15 deletions
@@ -2,7 +2,7 @@ # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for LCD4Linux 0.10.0-RC1. # -# Report bugs to <lcd4linux-devel@lists.sourceforge.net>. +# Report bugs to <lcd4linux-users@lists.sourceforge.net>. # # Copyright (C) 2003 Free Software Foundation, Inc. # This configure script is free software; the Free Software Foundation @@ -271,7 +271,7 @@ PACKAGE_NAME='LCD4Linux' PACKAGE_TARNAME='lcd4linux' PACKAGE_VERSION='0.10.0-RC1' PACKAGE_STRING='LCD4Linux 0.10.0-RC1' -PACKAGE_BUGREPORT='lcd4linux-devel@lists.sourceforge.net' +PACKAGE_BUGREPORT='lcd4linux-users@lists.sourceforge.net' ac_unique_file="lcd4linux.c" # Factoring default headers for most tests. @@ -886,7 +886,7 @@ Some influential environment variables: Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to <lcd4linux-devel@lists.sourceforge.net>. +Report bugs to <lcd4linux-users@lists.sourceforge.net>. _ACEOF fi @@ -5187,7 +5187,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -5340,7 +5340,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -5986,7 +5986,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -6174,7 +6174,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -6353,7 +6353,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -6608,7 +6608,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -7339,7 +7339,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -7489,7 +7489,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -7639,7 +7639,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -7788,7 +7788,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | @@ -8475,7 +8475,7 @@ echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precede ( cat <<\_ASBOX ## ---------------------------------------------------- ## -## Report this to lcd4linux-devel@lists.sourceforge.net ## +## Report this to lcd4linux-users@lists.sourceforge.net ## ## ---------------------------------------------------- ## _ASBOX ) | diff --git a/configure.in b/configure.in index 695d681..3a9f9b1 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([LCD4Linux],[0.10.0-RC1],[lcd4linux-devel@lists.sourceforge.net]) +AC_INIT([LCD4Linux],[0.10.0-RC1],[lcd4linux-users@lists.sourceforge.net]) AC_CONFIG_SRCDIR([lcd4linux.c]) AM_INIT_AUTOMAKE([lcd4linux],0.10.0-RC1) AM_CONFIG_HEADER(config.h) |