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