mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 14:30:09 +01:00
build: don't munge ACLOCAL_AMFLAGS from configure.ac (bgo #641450)
Since that's supposed to be handled in Makefile.am
This commit is contained in:
parent
c957d68855
commit
5dbaec5f84
1 changed files with 0 additions and 8 deletions
|
|
@ -20,14 +20,6 @@ AM_PROG_CC_C_O
|
|||
AC_PROG_INSTALL
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
dnl ensure that when the Automake generated makefile calls aclocal,
|
||||
dnl it honours the $ACLOCAL_FLAGS environment variable
|
||||
ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
|
||||
if test -n "$ac_macro_dir"; then
|
||||
ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS"
|
||||
fi
|
||||
AC_SUBST([ACLOCAL_AMFLAGS])
|
||||
|
||||
dnl maintainer mode stuff
|
||||
if test $USE_MAINTAINER_MODE = yes; then
|
||||
DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue