Hi,
I need some help with config.m4 files. I have my own module & i do not want to accept a path during configure.
I want to use --enable-mymodule instead of --with-mymodule=path-to-my-libraries. However I do have libraries which i want to use, which will reside in the same folder as my extension. So how do I trap or retrieve the current path to my module ?
EG:
My libraries are installed at this location :
/usr/public/php-4.2.3/ext/mymodule/lib
I want to trap the above path in my config.m4 file. I know its possible .. but how ?
Any help will be greatly appreciated ..
Thanks a bunch guys ..