From e9548b1e04a8c04331fdc3ab3d48cb97ce86d3b3 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 12 Mar 2001 09:32:29 +0000 Subject: Prevent Makefile from trying to run 644 missing script when no autoheader is installed. Submitted by: bento --- games/asc/files/patch-Makefile.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 games/asc/files/patch-Makefile.in (limited to 'games') diff --git a/games/asc/files/patch-Makefile.in b/games/asc/files/patch-Makefile.in new file mode 100644 index 000000000000..67438d675b17 --- /dev/null +++ b/games/asc/files/patch-Makefile.in @@ -0,0 +1,20 @@ + +$FreeBSD$ + +--- Makefile.in 2001/03/12 08:01:39 1.1 ++++ Makefile.in 2001/03/12 08:02:46 +@@ -42,10 +42,10 @@ + + top_builddir = . + +-ACLOCAL = @ACLOCAL@ +-AUTOCONF = @AUTOCONF@ +-AUTOMAKE = @AUTOMAKE@ +-AUTOHEADER = @AUTOHEADER@ ++ACLOCAL = /usr/bin/true ++AUTOCONF = /usr/bin/true ++AUTOMAKE = /usr/bin/true ++AUTOHEADER = /usr/bin/true + + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) -- cgit