buildconf: fix libtool 1.5.x warnings triggered with autoconf 2.6x or later
authorYang Tse <yangsita@gmail.com>
Wed, 30 Nov 2011 18:31:50 +0000 (19:31 +0100)
committerYang Tse <yangsita@gmail.com>
Wed, 30 Nov 2011 18:33:38 +0000 (19:33 +0100)
commit7e02f7fdee299c04b6a4fb46a562b34a6b183446
treea6590240dfd7f2d67917412b748cce6d8be883f9
parentbd94807003964ed1a3531d22f8e6712ea9fdc887
buildconf: fix libtool 1.5.x warnings triggered with autoconf 2.6x or later

Using libtool 1.5.x (x < 26) with autoconf 2.6x or later generates warnings
due to some libtool variables not following naming convention for variables
that will be cached.

This is addressed renaming a couple of variables to make these follow expected
naming convention.
buildconf