[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AC_CONFIG_SUBDIRS and subdirs
From: |
Akim Demaille |
Subject: |
Re: AC_CONFIG_SUBDIRS and subdirs |
Date: |
14 Mar 2002 18:52:09 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) |
>>>>> "Ralf" == Ralf Corsepius <address@hidden> writes:
Ralf> Why not implementing something similar to this:
Ralf> AC_DEFUN([AC_CONFIG_SUBDIR], [if test -d "${srcdir)/$1"; then
Ralf> AC_CONFIG_SUBDIRS([$1]) fi])
Ralf> IMHO, this would reflect the actual meaning of the current
Ralf> AC_CONFIG_SUBDIRS better than it currently does.
I'm fine with AC_CONFIG_SUBDIRS_OPT with the same signature as
AC_CONFIG_SUBDIRS. Would you submit it please?