configure.ac: aclocal flags are already honored in Makefile.am

This commit is contained in:
Javier Jardón 2011-10-17 02:22:21 +01:00
parent 3a05739683
commit 2f0c55b12b
1 changed files with 0 additions and 4 deletions

View File

@ -164,10 +164,6 @@ AM_PROG_AS
# Initialize maintainer mode
AM_MAINTAINER_MODE([enable])
# Honor aclocal flags
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
# Check for pkg-config
PKG_PROG_PKG_CONFIG(0.16)