m4_include: problem with relative paths

2005-05-09 Thread Irek Szczesniak
I am using Automake 1.9.5 and Autoconf 2.59 on GNU/Linux 2.4.21. In my project I have the subdirectory "config" where I have my custom macros. And so in my Makefile.am I have: > ACLOCAL_AMFLAGS = -I config In the file project/config/x11_ext.m4 I need to reuse some code from the file project/c

Re: m4_include: problem with relative paths

2005-05-14 Thread Irek Szczesniak
Alexandre Duret-Lutz wrote: Irek> I would appreciate your advice on how to fix this problem. I fixed something similar some weeks ago in CVS, so you might just wait for the next release. Thank you for your e-mail. I will wait for the next release. Irek

executable scripts produced by AC_OUTPUT?

2005-05-21 Thread Irek Szczesniak
In my configure.in the AC_OUTPUT macro produces the fsclien.sh script. This script does not get installed. I want this file to have the executable permission set. The file fsclient.sh.in has the right permissions, but unfortunately they do not get transferred to fsclient.sh. In my Automake.