1
1
This commit was SVN r378.
Этот коммит содержится в:
Jeff Squyres 2004-01-14 19:57:37 +00:00
родитель 216932931b
Коммит 4e9e99e330

Просмотреть файл

@ -83,7 +83,7 @@ AH_TOP([/* -*- c -*-
#define LAM_CONFIG_H #define LAM_CONFIG_H
]) ])
AH_BOTTOM([ AH_BOTTOM([
#include <lam_config_bottom.h> #include "lam_config_bottom.h"
#endif /* LAM_CONFIG_H */ #endif /* LAM_CONFIG_H */
]) ])
@ -325,8 +325,8 @@ lam_show_title "Final top-level LAM configuration"
# purely aesthetic. # purely aesthetic.
# #
CPPFLAGS='-I$(top_srcdir)/src'" $CPPFLAGS" CPPFLAGS='-I$(top_srcdir)/src -I$(top_srcdir)/src/include'" $CPPFLAGS"
CXXCPPFLAGS='-I$(top_srcdir)/src'" $CXXCPPFLAGS" CXXCPPFLAGS='-I$(top_srcdir)/src -I$(top_srcdir)/src/include'" $CXXCPPFLAGS"
# #
# Adding WRAPPER_* flags so that extra flags needed for wrappper compilers # Adding WRAPPER_* flags so that extra flags needed for wrappper compilers