Re: Troubles with conditional adding files to library

2009-03-26 Thread Russ Allbery
"Gerald I. Evenden" writes: > On Thursday 26 March 2009 10:26:13 pm Russ Allbery wrote: >> However, more fundamentally, you're reinventing AC_REPLACE_FUNC, which >> you probably don't want to do. Check the Autoconf manual for >> AC_REPLACE_FUNC, which does exactly what you're trying to do, even

Re: Troubles with conditional adding files to library

2009-03-26 Thread Gerald I. Evenden
On Thursday 26 March 2009 10:26:13 pm Russ Allbery wrote: > "Gerald I. Evenden" writes: > > I am quite new to using this system but managed to get it to make a > > distribution of a shared library. The first try was, however, simple > > and straight forward. > > > > However, I want selectively ad

Re: Troubles with conditional adding files to library

2009-03-26 Thread Russ Allbery
"Gerald I. Evenden" writes: > I am quite new to using this system but managed to get it to make a > distribution of a shared library. The first try was, however, simple > and straight forward. > > However, I want selectively add two files to the library based upon the > condition that they are

Troubles with conditional adding files to library

2009-03-26 Thread Gerald I. Evenden
I am quite new to using this system but managed to get it to make a distribution of a shared library. The first try was, however, simple and straight forward. However, I want selectively add two files to the library based upon the condition that they are *not* present on the target computer.