Export to GitHub

google-glog - issue #193

Makefile.am should not set docdir itself


Posted on Mar 27, 2014 by Helpful Rhino

in Makefile.am, it hardcodes the docdir value: https://code.google.com/p/google-glog/source/browse/trunk/Makefile.am#41

this isn't needed as automake will set this for you when running configure. it lets the --docdir flag actually work.

Status: New

Labels:
Type-Defect Priority-Medium