From 6481ee3fd1005adc370d6a306ec789405d37aa35 Mon Sep 17 00:00:00 2001 From: "Russ Combs (rucombs)" Date: Thu, 11 Aug 2016 02:37:02 -0400 Subject: [PATCH] fix extra auto build from dist --- extra/Makefile.am | 8 ++++++++ extra/configure.ac | 1 + 2 files changed, 9 insertions(+) diff --git a/extra/Makefile.am b/extra/Makefile.am index 09ec3c4ba..934d46101 100644 --- a/extra/Makefile.am +++ b/extra/Makefile.am @@ -1,3 +1,11 @@ ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 +DISTCLEANFILES = \ +config.guess \ +config.sub \ +install-sh \ +ltmain.sh \ +missing \ +depcomp + SUBDIRS = src diff --git a/extra/configure.ac b/extra/configure.ac index 531be20da..021b8e5a9 100644 --- a/extra/configure.ac +++ b/extra/configure.ac @@ -5,6 +5,7 @@ AC_CONFIG_MACRO_DIRS([m4]) AM_INIT_AUTOMAKE([foreign]) AM_SILENT_RULES([yes]) +AC_PROG_INSTALL AC_PROG_CC([clang gcc]) AC_PROG_CXX([clang++ g++]) -- 2.47.3