loentar / axis2c-unofficial

Unofficial backports and unofficial support for Apache Axis2/C
Apache License 2.0
15 stars 10 forks source link

--disable-oldname-compat unavailable #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
in the linux installation instructions you list as a prerequisite the 
installation of JSON-C. Unfortunately the switch --disable-oldname-compat 
throws a warning : Unrecognized options: --disable-oldname-compat.

steps to reproduce:
1. clone the JSON-C repo as described in the manual.
2. run ./autogen.sh
3. run configure.
you will receive the message in the configure output.
-----------------------------------------------
...
onfigure: creating ./config.status
config.status: creating Makefile
config.status: creating json-c.pc
config.status: creating tests/Makefile
config.status: creating json-c-uninstalled.pc
config.status: creating config.h
config.status: creating json_config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-oldname-compat

Original issue reported on code.google.com by iulian.d...@gmail.com on 5 Mar 2014 at 12:53

GoogleCodeExporter commented 9 years ago
Looks like compat shim has been removed in commit 
https://github.com/json-c/json-c/commit/c8ee9196420c4b7c295a38c397a4e315df1baa03

Original comment by loentar on 5 Mar 2014 at 4:07

GoogleCodeExporter commented 9 years ago

Original comment by loentar on 5 Mar 2014 at 4:10