Uh hum, just not my day

This commit is contained in:
Earnie Boyd 2003-05-06 16:04:25 +00:00
parent 60e9842b39
commit 4c6bc0ed42
5 changed files with 5 additions and 5 deletions

View file

@ -95,7 +95,7 @@ THREAD_DLL_NAME = $(THREAD_DLL)$(THREAD_DLL_VERSION).dll
# Various libraries.
LIBM_A=@LIBM_A@
W32API_INCLUDES = @W32API_INCLUDE@
W32API_INCLUDE = @W32API_INCLUDE@
INCLUDES+= -I$(srcdir)/include \
-I$(srcdir)/../include \
-nostdinc -nostdinc++ \

View file

@ -657,7 +657,7 @@ esac
W32API_INCLUDE='-I $(subdir)/../w32api/include'
W32API_INCLUDE='-I $(srcdir)/../../w32api/include'
# Find a good install program. We prefer a C program (faster),

View file

@ -47,7 +47,7 @@ esac
AC_SUBST(MNO_CYGWIN)
W32API_INCLUDE='-I $(subdir)/../w32api/include'
W32API_INCLUDE='-I $(srcdir)/../../w32api/include'
AC_SUBST(W32API_INCLUDE)
AC_PROG_INSTALL

View file

@ -671,7 +671,7 @@ case "$target_os" in
;;
esac
W32API_INCLUDE='-I $(subdir)/../w32api/include'
W32API_INCLUDE='-I $(srcdir)/../../w32api/include'

View file

@ -61,7 +61,7 @@ case "$target_os" in
;;
esac
W32API_INCLUDE='-I $(subdir)/../w32api/include'
W32API_INCLUDE='-I $(srcdir)/../../w32api/include'
AC_SUBST(CRT_ID)
AC_SUBST(RUNTIME)