freebsd-ports/devel/sdl12/files/patch-aj

39 lines
1.2 KiB
Plaintext
Raw Normal View History

$FreeBSD$
--- Makefile.in.orig Fri Jan 5 22:18:18 2001
+++ Makefile.in Wed Jan 24 12:02:04 2001
@@ -44,10 +44,10 @@
top_builddir = .
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
+ACLOCAL = #@ACLOCAL@
+AUTOCONF = #@AUTOCONF@
+AUTOMAKE = #@AUTOMAKE@
+AUTOHEADER = #@AUTOHEADER@
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -110,7 +110,7 @@
DIST_SUBDIRS = $(SUBDIRS) docs
# SDL runtime configuration script
-bin_SCRIPTS = sdl-config
+bin_SCRIPTS = sdl11-config
# All the rest of the distributed files
EXTRA_DIST = BUGS TODO COPYING CREDITS INSTALL README README-SDL.txt README.Win32 README.MacOS README.MacOSX VisualC.html VisualC.zip CWprojects.sea.hqx MPWmake.sea.hqx WhatsNew docs.html sdl.m4 autogen.sh strip_fPIC.sh
@@ -118,7 +118,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@cvs.lokigames.com:/cvs