From ca8b3f328137c90995a11745b0e5ab423ed66899 Mon Sep 17 00:00:00 2001 From: jakub Date: Thu, 24 Apr 2014 21:17:32 +0000 Subject: [PATCH 3/7] PR other/43620 * configure.ac (AM_INIT_AUTOMAKE): Add no-dist. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4a44bff..afad32c 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ esac AX_ENABLE_BUILDDIR -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([no-dist]) # The same as in boehm-gc and libstdc++. Have to borrow it from there. # We must force CC to /not/ be precious variables; otherwise -- 1.8.4.2