Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ct/autoconf-htmldir'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 25 Feb 2013 16:27:04 +0000
(08:27 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 25 Feb 2013 16:27:04 +0000
(08:27 -0800)
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
1
2
config.mak.in
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
6368a71
55d9bf0
)
diff --cc
config.mak.in
index d7c49cd8f3333f8ccf434ea494453656c2e573ac,49619428dcd77a73d6b4603cdb9bf2eaf7ccb539..fa02bdd82ada7c45b2c666438aa2df9407f5c1af
---
1
/
config.mak.in
---
2
/
config.mak.in
+++ b/
config.mak.in
@@@
-8,7
-8,10
+8,8
@@@
LDFLAGS = @LDFLAGS
AR = @AR@
TAR = @TAR@
DIFF = @DIFF@
+ PACKAGE_TARNAME = @PACKAGE_TARNAME@
#INSTALL = @INSTALL@ # needs install-sh or install.sh in sources
-TCLTK_PATH = @TCLTK_PATH@
prefix = @prefix@
exec_prefix = @exec_prefix@