Browse Source

autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4

SVN-Revision: 24458
Jo-Philipp Wich 15 years ago
parent
commit
88a1c20900
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/autotools.mk

+ 1 - 0
include/autotools.mk

@@ -6,6 +6,7 @@
 #
 
 PKG_LIBTOOL_PATHS?=$(CONFIGURE_PATH)
+PKG_REMOVE_FILES?=aclocal.m4
 
 autoconf_bool = $(patsubst %,$(if $($(1)),--enable,--disable)-%,$(2))