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/
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
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
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 (
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: