1diff -r -u ./autogen.sh ./autogen.sh
2--- ./autogen.sh	Mon Nov  3 23:29:41 2003
3+++ ./autogen.sh	Wed Feb 18 07:21:56 2004
4@@ -1,8 +1,8 @@
5 #!/bin/sh
6 #
7 aclocal
8-automake --foreign
9+automake --foreign --include-deps --add-missing --copy
10 autoconf
11
12 #./configure $*
13 echo "Now you are ready to run ./configure"
14diff -r -u ./configure.in ./configure.in
15--- ./configure.in	Thu Dec 11 16:44:15 2003
16+++ ./configure.in	Wed Feb 18 07:23:45 2004
17@@ -23,6 +23,10 @@
18 BINARY_AGE=0
19 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
20
21+dnl Detect the canonical host and target build environment
22+AC_CANONICAL_HOST
23+AC_CANONICAL_TARGET
24+
25 AC_SUBST(MAJOR_VERSION)
26 AC_SUBST(MINOR_VERSION)
27 AC_SUBST(MICRO_VERSION)
28@@ -42,10 +46,6 @@
29 AC_SUBST(LT_AGE)
30
31 AM_INIT_AUTOMAKE(SDL_gfx, $VERSION)
32-
33-dnl Detect the canonical host and target build environment
34-AC_CANONICAL_HOST
35-AC_CANONICAL_TARGET
36
37 dnl Check for compilers
38 AC_LIBTOOL_WIN32_DLL
39diff -r -u ./Test/autogen.sh ./Test/autogen.sh
40--- ./Test/autogen.sh	Mon Nov  3 23:29:41 2003
41+++ ./Test/autogen.sh	Wed Feb 18 07:26:29 2004
42@@ -1,8 +1,8 @@
43 #!/bin/sh
44 #
45 aclocal
46-automake --foreign
47+automake --foreign --include-deps --add-missing --copy
48 autoconf
49
50 #./configure $*
51 echo "Now you are ready to run ./configure"
52diff -r -u ./Test/configure.in ./Test/configure.in
53--- ./Test/configure.in	Mon Nov  3 23:29:41 2003
54+++ ./Test/configure.in	Wed Feb 18 07:27:47 2004
55@@ -1,6 +1,10 @@
56 dnl Process this file with autoconf to produce a configure script.
57 AC_INIT(TestGfxPrimitives.c)
58
59+dnl Detect the canonical host and target build environment
60+AC_CANONICAL_HOST
61+AC_CANONICAL_TARGET
62+
63 dnl Setup for automake
64 AM_INIT_AUTOMAKE(TestGfxPrimitives, 1.0)
65
66@@ -8,10 +12,6 @@
67 SDL_VERSION=1.2.0
68
69 dnl Setup for automake
70-
71-dnl Detect the canonical host and target build environment
72-AC_CANONICAL_HOST
73-AC_CANONICAL_TARGET
74
75 dnl Check for compilers
76 AC_LIBTOOL_WIN32_DLL
77