summaryrefslogtreecommitdiff
path: root/games/xracer/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'games/xracer/patches/patch-al')
-rw-r--r--games/xracer/patches/patch-al29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/xracer/patches/patch-al b/games/xracer/patches/patch-al
new file mode 100644
index 00000000000..ac2ad46b817
--- /dev/null
+++ b/games/xracer/patches/patch-al
@@ -0,0 +1,29 @@
+$NetBSD: patch-al,v 1.1 2000/11/27 21:20:07 mycroft Exp $
+
+--- aclocal.m4.orig Mon Nov 27 20:29:22 2000
++++ aclocal.m4 Mon Nov 27 20:30:29 2000
+@@ -20,8 +20,7 @@
+ dnl AM_INIT_AUTOMAKE(package,version, [no-define])
+
+ AC_DEFUN(AM_INIT_AUTOMAKE,
+-[AC_REQUIRE([AM_PROG_INSTALL])
+-PACKAGE=[$1]
++[PACKAGE=[$1]
+ AC_SUBST(PACKAGE)
+ VERSION=[$2]
+ AC_SUBST(VERSION)
+@@ -43,14 +42,6 @@
+ AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
+ AC_REQUIRE([AC_PROG_MAKE_SET])])
+
+-
+-# serial 1
+-
+-AC_DEFUN(AM_PROG_INSTALL,
+-[AC_REQUIRE([AC_PROG_INSTALL])
+-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
+-AC_SUBST(INSTALL_SCRIPT)dnl
+-])
+
+ #
+ # Check to make sure that the build environment is sane.