Rolling your own dependencies

2010-07-25 Thread Bruce Korb
Hi Ralf, In the end, this is where I wound up: 1. In configure.ac, ensure that there is some compilation language a la AC_PROG_CC that enables the ``if AMDEP'' machinery (i.e. AM_SET_DEPDIR gets invoked). 2. in Makefile.ac you have something like this: if AMDEP DEP_ARG =

build and installation names

2010-07-25 Thread Wesley Smith
I'm trying to setup a Makefile.am such that the lib and modules I build get installed in the following way: /usr/local/lib/liblua5.1-mymodule.so.0.0.0 /usr/local/lib/liblua5.1-mymodule.so.0 /usr/local/lib/lua/5.1/mymodule.so As a start, I tried to see if I could just build