Declared $ecldir and $docdir to be Autoconf precious variables.
authorArto Bendiken <arto@bendiken.net>
Tue, 23 Sep 2014 14:07:41 +0000 (14:07 +0000)
committerArto Bendiken <arto@bendiken.net>
Tue, 23 Sep 2014 14:07:41 +0000 (14:07 +0000)
commit898a57818bea33119b1f5c53457f88e79f680fd3
treed61708f3e97f042b1d16d91c081e85a765723065
parent7eb2d3bdca704aca4295a9646c27aa09d290245c
Declared $ecldir and $docdir to be Autoconf precious variables.

This enables overriding them when configuring the build, e.g.:

    $ ./configure ecldir=/usr/local/lib/ecl \
                  docdir=/usr/local/share/doc/ecl
src/configure
src/configure.in