wook815 / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

Makefile.am should not set docdir itself #193

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by vapier@gmail.com on 27 Mar 2014 at 2:22