Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit a2b109f

Browse files
committed
Merge branch 'ct/autoconf-htmldir'
An earlier change to config.mak.autogen broke a build driven by the ./configure script when --htmldir is not specified on the command line of ./configure. * ct/autoconf-htmldir: Bugfix: undefined htmldir in config.mak.autogen
2 parents 6368a71 + 55d9bf0 commit a2b109f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.mak.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ LDFLAGS = @LDFLAGS@
88
AR = @AR@
99
TAR = @TAR@
1010
DIFF = @DIFF@
11+
PACKAGE_TARNAME = @PACKAGE_TARNAME@
1112
#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
1213

1314
prefix = @prefix@
@@ -17,6 +18,7 @@ gitexecdir = @libexecdir@/git-core
1718
datarootdir = @datarootdir@
1819
template_dir = @datadir@/git-core/templates
1920
sysconfdir = @sysconfdir@
21+
docdir = @docdir@
2022

2123
mandir = @mandir@
2224
htmldir = @htmldir@

0 commit comments

Comments
 (0)