diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-22 17:13:38 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-22 17:13:38 +0000 |
commit | fa8f93bcfc68c80ce0316ef538fbcefbee5bc249 (patch) | |
tree | 3dfc6c38e8d9bc03329ceeb303e3be711c2e9315 /Mk/bsd.port.mk | |
parent | Properly set the file mode bits of the irb executables to ${BINMODE}. (diff) |
Add AUTOMAKE_ARGS+=-i by default if AUTOMAKE_VER != 1.5. This generates
Makefiles more useful for non-GNU make(1).
Requested by: obrien
Reviewed by: steve, bento 4-exp
Notes
Notes:
svn path=/head/; revision=52002
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 04e96f5ed236..8faa3658169a 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -878,6 +878,7 @@ AUTOMAKE_DIR?= ${LOCALBASE}/share/automake .else BUILD_DEPENDS+= automake14:${PORTSDIR}/devel/automake14 +AUTOMAKE_ARGS+= -i USE_AUTOCONF_VER?= 213 .endif .endif |