pkgsrc/games/xracer/patches/patch-al
wiz 6601fd212f Do not install fr locale file -- it is not a translation, and made trouble
in 2.1 bulk builds.
While here:
Use REPLACE_PERL instead of handcrafted code.
Get rid of automake build dependency by adding the corresponding patches.
Remove bogus patch.
2006-02-28 17:45:55 +00:00

29 lines
686 B
Text

$NetBSD: patch-al,v 1.2 2006/02/28 17:45:55 wiz Exp $
--- aclocal.m4.orig 2000-03-20 21:10:53.000000000 +0000
+++ aclocal.m4
@@ -20,8 +20,7 @@ dnl Usage:
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)
@@ -44,14 +43,6 @@ AM_MISSING_PROG(MAKEINFO, makeinfo, $mis
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.
#