From 331d7f379e1ab68ad2e002284101ee670445e178 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 16 Mar 2021 06:03:44 -0400 Subject: build: Link rather than copy game data --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index eaf4387..012a287 100644 --- a/configure.ac +++ b/configure.ac @@ -120,6 +120,8 @@ if test "x$XCF2PNG" = "xno"; then xcftools may need to be installed.]) fi +AC_PROG_LN_S() + AC_CONFIG_FILES([Makefile]) AC_CONFIG_HEADERS([config.h]) AC_OUTPUT() -- cgit v0.9.1