Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}

to -a -i.

PR:		31592
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
This commit is contained in:
Pete Fritchman 2001-10-30 01:47:27 +00:00
parent 299bf23487
commit bd974e26c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49354

View File

@ -17,7 +17,7 @@ MAINTAINER= domi@saargate.de
USE_X_PREFIX= yes
USE_GTK= yes
USE_AUTOMAKE= yes
AUTOMAKE= automake -a -i
AUTOMAKE_ARGS= -a -i
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"