From 1862ec9f7f85647c04547eea41c074c1322156d5 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 16 Apr 2014 19:26:00 -0400 Subject: [PATCH] BOINCZIP: Attempt at fixing a recursive 'am-refresh' issue. --- zip/configure.ac | 1 + zip/{ => m4}/aclocal.m4 | 0 2 files changed, 1 insertion(+) rename zip/{ => m4}/aclocal.m4 (100%) diff --git a/zip/configure.ac b/zip/configure.ac index cb514b48e8..ff839ebfec 100644 --- a/zip/configure.ac +++ b/zip/configure.ac @@ -5,6 +5,7 @@ dnl $Id$ dnl not sure exactly what the minimum version is (but 2.13 wont work) AC_PREREQ(2.58) AC_INIT(BOINCZIP, 1.0.0) +AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET dnl generate .tar.gz, .tar.bz2, .zip diff --git a/zip/aclocal.m4 b/zip/m4/aclocal.m4 similarity index 100% rename from zip/aclocal.m4 rename to zip/m4/aclocal.m4