automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: conditional AC_CONFIG_FILES: AM_COND_IF.


From: Ralf Wildenhues
Subject: Re: conditional AC_CONFIG_FILES: AM_COND_IF.
Date: Fri, 21 Mar 2008 00:27:20 +0100
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

* Ralf Wildenhues wrote on Sun, Mar 16, 2008 at 10:26:54PM CET:
> Proposed patch for conditional AC_CONFIG_FILES.  This enables to fix one
> half of <http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00941.html>
> (the other half is the FIXME in the test below.)
> 
> Comments, reviews appreciated.
> 
> autoconf/lib/autom4te.cfg should preselect _AM_COND_{IF,ELSE,ENDIF} if
> this goes in.

>     Implement conditional AC_CONFIG_FILES: AM_COND_IF.

I'm putting this in Autoconf.

Cheers,
Ralf

2008-03-21  Ralf Wildenhues  <address@hidden>

        * lib/autom4te.in (Automake-preselections): Trace
        _AM_COND_IF, _AM_COND_ELSE, _AM_COND_ENDIF.

diff --git a/lib/autom4te.in b/lib/autom4te.in
index 6e3ab7a..69f7000 100644
--- a/lib/autom4te.in
+++ b/lib/autom4te.in
@@ -1,7 +1,7 @@
 # Definition of Autom4te option sets.                     -*- Makefile -*-
 #
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-# Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
+# Software Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -63,6 +63,9 @@ args: --preselect AM_PROG_CXX_C_O
 args: --preselect AM_PROG_F77_C_O
 args: --preselect AM_PROG_FC_C_O
 args: --preselect _AM_SUBST_NOTMAKE
+args: --preselect _AM_COND_IF
+args: --preselect _AM_COND_ELSE
+args: --preselect _AM_COND_ENDIF
 args: --preselect LT_SUPPORTED_TAG
 args: --preselect _LT_AC_TAGCONFIG
 args: --preselect m4_include




reply via email to

[Prev in Thread] Current Thread [Next in Thread]