blob: 057d3a9e88cd0eac4f47620f6ae834434bcc79a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
--- Makefile.in.orig Mon Feb 23 08:32:04 2004
+++ Makefile.in Mon Mar 8 16:01:47 2004
@@ -81,7 +81,7 @@
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
+ACLOCAL = #@ACLOCAL@
ALLOCA = @ALLOCA@
AMDEP_FALSE = @AMDEP_FALSE@
AMDEP_TRUE = @AMDEP_TRUE@
@@ -93,9 +93,9 @@
ASFLAGS = @ASFLAGS@
AUDIO_DRIVERS = @AUDIO_DRIVERS@
AUDIO_SUBDIRS = @AUDIO_SUBDIRS@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
+AUTOCONF = #@AUTOCONF@
+AUTOHEADER = #@AUTOHEADER@
+AUTOMAKE = #@AUTOMAKE@
AWK = @AWK@
CC = @CC@
CCAS = @CCAS@
@@ -285,7 +285,7 @@
DIST_SUBDIRS = $(SUBDIRS)
# SDL runtime configuration script
-bin_SCRIPTS = sdl-config
+bin_SCRIPTS = sdl11-config
# All the rest of the distributed files
EXTRA_DIST = \
@@ -321,7 +321,7 @@
EpocBuildFiles.zip \
WhatsNew \
docs.html \
- sdl.m4 \
+ sdl11.m4 \
SDL.spec \
autogen.sh \
strip_fPIC.sh
@@ -329,7 +329,7 @@
# M4 macro file for inclusion with autoconf
m4datadir = $(datadir)/aclocal
-m4data_DATA = sdl.m4
+m4data_DATA = sdl11.m4
# Create a CVS snapshot that people can run update -d on
CVSROOT = :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs
@@ -369,7 +369,7 @@
cd $(srcdir) && $(AUTOCONF)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-sdl-config: $(top_builddir)/config.status $(srcdir)/sdl-config.in
+sdl11-config: $(top_builddir)/config.status $(srcdir)/sdl-config.in
cd $(top_builddir) && $(SHELL) ./config.status $@
SDL.spec: $(top_builddir)/config.status $(srcdir)/SDL.spec.in
cd $(top_builddir) && $(SHELL) ./config.status $@
|