Generating file lists

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

 



I want to store a list of files determined at configure time into
shell variable, which then gets substituted into a Makefile.in.  So, I
did this:

SYSHEAD_LIST=$srcdir/include/sys/*.h
AC_SUBST([SYSHEAD_LIST])

That didn't work as expected, though.  It just substituted the string literal.

How do I get the desired effect?


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux