OSDN Git Service

Merge branch 'ct/autoconf-htmldir'
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 16:27:04 +0000 (08:27 -0800)
committerJunio 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

diff --cc 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@