- Fix build after autotools update

This commit is contained in:
Martin Wilke 2013-07-16 14:45:25 +00:00
parent d78d066859
commit d54d68bbce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323109

View file

@ -28,6 +28,7 @@ USE_FORTRAN= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_AUTOTOOLS= aclocal automake autoconf libtool USE_AUTOTOOLS= aclocal automake autoconf libtool
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
AUTOMAKE_ARGS= --add-missing
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CONFIGURE_ARGS= --enable-shared CONFIGURE_ARGS= --enable-shared
USE_LDCONFIG= yes USE_LDCONFIG= yes