96 lines
2.8 KiB
Diff
96 lines
2.8 KiB
Diff
--- uisp-20050207/configure.orig 2005-02-07 22:48:03.000000000 +0100
|
|
+++ uisp-20050207/configure 2005-08-19 22:01:05.010370034 +0200
|
|
@@ -1,6 +1,6 @@
|
|
#! /bin/sh
|
|
# Guess values for system-dependent variables and create Makefiles.
|
|
-# Generated by GNU Autoconf 2.59 for uisp 20050207.
|
|
+# Generated by GNU Autoconf 2.59 for uisp 20050207suse.
|
|
#
|
|
# Report bugs to <uisp-dev@nongnu.org>.
|
|
#
|
|
@@ -269,8 +269,8 @@
|
|
# Identity of this package.
|
|
PACKAGE_NAME='uisp'
|
|
PACKAGE_TARNAME='uisp'
|
|
-PACKAGE_VERSION='20050207'
|
|
-PACKAGE_STRING='uisp 20050207'
|
|
+PACKAGE_VERSION='20050207suse'
|
|
+PACKAGE_STRING='uisp 20050207suse'
|
|
PACKAGE_BUGREPORT='uisp-dev@nongnu.org'
|
|
|
|
ac_unique_file="src/Main.C"
|
|
@@ -788,7 +788,7 @@
|
|
# Omit some internal or obsolete options to make the list less imposing.
|
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
|
cat <<_ACEOF
|
|
-\`configure' configures uisp 20050207 to adapt to many kinds of systems.
|
|
+\`configure' configures uisp 20050207suse to adapt to many kinds of systems.
|
|
|
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
|
|
|
@@ -850,7 +850,7 @@
|
|
|
|
if test -n "$ac_init_help"; then
|
|
case $ac_init_help in
|
|
- short | recursive ) echo "Configuration of uisp 20050207:";;
|
|
+ short | recursive ) echo "Configuration of uisp 20050207suse:";;
|
|
esac
|
|
cat <<\_ACEOF
|
|
|
|
@@ -970,7 +970,7 @@
|
|
test -n "$ac_init_help" && exit 0
|
|
if $ac_init_version; then
|
|
cat <<\_ACEOF
|
|
-uisp configure 20050207
|
|
+uisp configure 20050207suse
|
|
generated by GNU Autoconf 2.59
|
|
|
|
Copyright (C) 2003 Free Software Foundation, Inc.
|
|
@@ -984,7 +984,7 @@
|
|
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
-It was created by uisp $as_me 20050207, which was
|
|
+It was created by uisp $as_me 20050207suse, which was
|
|
generated by GNU Autoconf 2.59. Invocation command line was
|
|
|
|
$ $0 $@
|
|
@@ -1598,7 +1598,7 @@
|
|
|
|
# Define the identity of the package.
|
|
PACKAGE='uisp'
|
|
- VERSION='20050207'
|
|
+ VERSION='20050207suse'
|
|
|
|
|
|
cat >>confdefs.h <<_ACEOF
|
|
@@ -5850,7 +5850,7 @@
|
|
} >&5
|
|
cat >&5 <<_CSEOF
|
|
|
|
-This file was extended by uisp $as_me 20050207, which was
|
|
+This file was extended by uisp $as_me 20050207suse, which was
|
|
generated by GNU Autoconf 2.59. Invocation command line was
|
|
|
|
CONFIG_FILES = $CONFIG_FILES
|
|
@@ -5913,7 +5913,7 @@
|
|
|
|
cat >>$CONFIG_STATUS <<_ACEOF
|
|
ac_cs_version="\\
|
|
-uisp config.status 20050207
|
|
+uisp config.status 20050207suse
|
|
configured by $0, generated by GNU Autoconf 2.59,
|
|
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
|
|
|
|
--- uisp-20050207/src/Avr.h.orig 2006-06-01 18:01:18.000000000 +0200
|
|
+++ uisp-20050207/src/Avr.h 2006-06-01 17:59:20.000000000 +0200
|
|
@@ -148,7 +148,7 @@
|
|
private:
|
|
/* AVR Family Device (Part) List */
|
|
struct TPart {
|
|
- char* name;
|
|
+ const char *name;
|
|
TByte part_family;
|
|
TByte part_number;
|
|
TAddr flash_size;
|