# 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
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.
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
(
cat <<\_ASBOX
## ---------------------------------------------------- ##
-## Report this to lcd4linux-devel@lists.sourceforge.net ##
+## Report this to lcd4linux-users@lists.sourceforge.net ##
## ---------------------------------------------------- ##
_ASBOX
) |
(
cat <<\_ASBOX
## ---------------------------------------------------- ##
-## Report this to lcd4linux-devel@lists.sourceforge.net ##
+## Report this to lcd4linux-users@lists.sourceforge.net ##
## ---------------------------------------------------- ##
_ASBOX
) |
(
cat <<\_ASBOX
## ---------------------------------------------------- ##
-## Report this to lcd4linux-devel@lists.sourceforge.net ##
+## Report this to lcd4linux-users@lists.sourceforge.net ##
## ---------------------------------------------------- ##
_ASBOX
) |
(
cat <<\_ASBOX
## ---------------------------------------------------- ##
-## Report this to lcd4linux-devel@lists.sourceforge.net ##
+## Report this to lcd4linux-users@lists.sourceforge.net ##
## ---------------------------------------------------- ##
_ASBOX
) |
(
cat <<\_ASBOX
## ---------------------------------------------------- ##
-## Report this to lcd4linux-devel@lists.sourceforge.net ##
+## Report this to lcd4linux-users@lists.sourceforge.net ##
## ---------------------------------------------------- ##
_ASBOX
) |
(
cat <<\_ASBOX
## ---------------------------------------------------- ##
-## Report this to lcd4linux-devel@lists.sourceforge.net ##
+## Report this to lcd4linux-users@lists.sourceforge.net ##
## ---------------------------------------------------- ##
_ASBOX
) |
(
cat <<\_ASBOX
## ---------------------------------------------------- ##
-## Report this to lcd4linux-devel@lists.sourceforge.net ##
+## Report this to lcd4linux-users@lists.sourceforge.net ##
## ---------------------------------------------------- ##
_ASBOX
) |
(
cat <<\_ASBOX
## ---------------------------------------------------- ##
-## Report this to lcd4linux-devel@lists.sourceforge.net ##
+## Report this to lcd4linux-users@lists.sourceforge.net ##
## ---------------------------------------------------- ##
_ASBOX
) |
(
cat <<\_ASBOX
## ---------------------------------------------------- ##
-## Report this to lcd4linux-devel@lists.sourceforge.net ##
+## Report this to lcd4linux-users@lists.sourceforge.net ##
## ---------------------------------------------------- ##
_ASBOX
) |
(
cat <<\_ASBOX
## ---------------------------------------------------- ##
-## Report this to lcd4linux-devel@lists.sourceforge.net ##
+## Report this to lcd4linux-users@lists.sourceforge.net ##
## ---------------------------------------------------- ##
_ASBOX
) |
(
cat <<\_ASBOX
## ---------------------------------------------------- ##
-## Report this to lcd4linux-devel@lists.sourceforge.net ##
+## Report this to lcd4linux-users@lists.sourceforge.net ##
## ---------------------------------------------------- ##
_ASBOX
) |
-/* $Id: drv_generic_text.c,v 1.22 2004/11/28 15:50:24 reinelt Exp $
+/* $Id: drv_generic_text.c,v 1.23 2005/01/09 10:53:24 reinelt Exp $
*
* generic driver helper for text-based displays
*
*
*
* $Log: drv_generic_text.c,v $
+ * Revision 1.23 2005/01/09 10:53:24 reinelt
+ * small type in plugin_uname fixed
+ * new homepage lcd4linux.bulix.org
+ *
* Revision 1.22 2004/11/28 15:50:24 reinelt
* Cwlinux fixes (invalidation of user-defined chars)
*
"L4Linux",
NULL };
- char *line2[] = { "http://lcd4linux.sourceforge.net",
- "lcd4linux.sourceforge.net",
- "http://lcd4linux.sf.net",
- "lcd4linux.sf.net",
+ char *line2[] = { "http://lcd4linux.bulix.org",
+ "lcd4linux.bulix.org",
NULL };
-/* $Id: plugin_uname.c,v 1.3 2004/03/03 03:47:04 reinelt Exp $
+/* $Id: plugin_uname.c,v 1.4 2005/01/09 10:53:24 reinelt Exp $
*
* plugin for uname() syscall
*
*
*
* $Log: plugin_uname.c,v $
+ * Revision 1.4 2005/01/09 10:53:24 reinelt
+ * small type in plugin_uname fixed
+ * new homepage lcd4linux.bulix.org
+ *
* Revision 1.3 2004/03/03 03:47:04 reinelt
* big patch from Martin Hejl:
* - use qprintf() where appropriate
value=utsbuf.sysname;
} else if (strcasecmp(key, "nodename")==0) {
value=utsbuf.nodename;
- } else if (strcasecmp(key, "nodename")==0) {
- value=utsbuf.nodename;
} else if (strcasecmp(key, "release")==0) {
value=utsbuf.release;
} else if (strcasecmp(key, "version")==0) {