symbolic links in SUBDIRS

2000-04-13 Thread Noel Burton-Krahn
Help! I am building an application which uses a couple of external libraries. These libraries have their own 'configure' scripts. In development, I use symbolic links from my application's directory to the external library's directory, like this: projects/ lib1/ lib2/

patch: compile

2000-04-13 Thread Akim Demaille
Already sent. Akim Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * compile: Simplify the use of double quotes in assignments. Index: compile === RCS file: /cvs/automake/automake/compi

Patch: init.m4

2000-04-13 Thread Akim Demaille
I've already sent this patch, but it has not been applied yet. Here is an updated version. Akim Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * m4/init.m4 (AC_PROVIDE_IFELSE): If it is not defined, do it. (AM_INIT_AUTOMAKE): Update the writing con

patch: AC_CONFIG_HEADERS

2000-04-13 Thread Akim Demaille
This simple patch just changes - if (/A([CM])_CONFIG_HEADER\s*\((.*)\)/ + if (/A([CM])_CONFIG_HEADERS?\s*\((.*)\)/ but there are some trailing spaces which were killed too by whitespace.el. Index: ChangeLog from Akim Demaille <[EMAIL PROTECTED]> * automake.in (

[Harlan Stenn ] Re: obsolete AC_OUTPUT_COMMANDS in AM_CONFIG_HEADER

2000-04-13 Thread Akim Demaille
This patch is still lacking in the current Automake. Akim This patch seems to work for me to solve the problem of splitting the original AC_OUTPUT(...) into AC_CONFIG_FILES(...) and AC_OUTPUT. It applies just as easily to automake.in . --- /usr/local/gnu/bin/automake Mon Dec 20 00: