autoconf
[Top][All Lists]
Advanced

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

including files in configure.in


From: Theodore Sternberg
Subject: including files in configure.in
Date: Wed, 7 Jun 2006 13:31:43 -0700 (PDT)

Is there a way to include external files in configure.in?  In the
interest of being modular, of course.

I'm thinking along these lines:

case "${host}" in
        *86*-linux-gnu*)
            include linux.generic

        x86_64-*-linux-gnu)
            include linux.generic
            include linux.64

       [...]
esac




reply via email to

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