Re: $abs_srcdir expansion

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

 



On Thu, 8 Jul 2010, Stefano Sabatini wrote:

-- Variable: srcdir
    The name of the directory that contains the source code for that
    makefile.

-- Variable: abs_srcdir
    Absolute name of `srcdir'.

Hi Stefano,

these are `Preset Output Variables', i.e., substituted in Makefile, but
(except for srcdir) not necessarily defined at configure time.

if test "$sac_cv_cc_environment" = mingw32 ; then
CFLAGS="$CFLAGS -I${abs_srcdir}/win32/pthread ...

  CFLAGS="$CFLAGS -I\${abs_srcdir}/win32/pthread ...
will do the right thing.

Regards
Peter Breitenlohner <peb@xxxxxxxxxxxx>

_______________________________________________
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