Unconditionally disable the installation of the start-po.el emacs lisp
file, regardless of whether emacs or xemacs is installed. PR: 87956 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
This commit is contained in:
parent
9a94902d8f
commit
05a80eb33d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148175
@ -26,7 +26,8 @@ CONFIGURE_ENV= ACLOCAL="${TRUE}" \
|
||||
AUTOHEADER="${TRUE}" \
|
||||
MAKEINFO="makeinfo --no-split" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
EMACS="no"
|
||||
CONFIGURE_ARGS= --disable-csharp \
|
||||
--mandir=${PREFIX}/man
|
||||
INSTALLS_SHLIB= yes
|
||||
|
Loading…
Reference in New Issue
Block a user