Skip to content

Commit

Permalink
changes from running bootstrap for pthread api
Browse files Browse the repository at this point in the history
  • Loading branch information
friedmud committed Jul 22, 2013
1 parent 8612184 commit c6efcee
Show file tree
Hide file tree
Showing 81 changed files with 875 additions and 76 deletions.
6 changes: 5 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_rtti.m4 \
$(top_srcdir)/m4/ax_boost_base.m4 \
$(top_srcdir)/m4/ax_openmp.m4 \
$(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/ax_pthread.m4 \
$(top_srcdir)/m4/ax_split_version.m4 \
$(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/m4/backtrace.m4 \
$(top_srcdir)/m4/boost.m4 $(top_srcdir)/m4/compiler.m4 \
Expand Down Expand Up @@ -4121,6 +4121,9 @@ PETSC_DIR = @PETSC_DIR@
PETSC_FC_INCLUDES = @PETSC_FC_INCLUDES@
PKG_CONFIG = @PKG_CONFIG@
PROFILING_FLAGS = @PROFILING_FLAGS@
PTHREAD_CC = @PTHREAD_CC@
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
PTHREAD_LIBS = @PTHREAD_LIBS@
PWD = @PWD@
RANLIB = @RANLIB@
RPATHFLAG = @RPATHFLAG@
Expand Down Expand Up @@ -4170,6 +4173,7 @@ am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__tar = @am__tar@
am__untar = @am__untar@
ax_pthread_config = @ax_pthread_config@
bindir = @bindir@
build = @build@
build_alias = @build_alias@
Expand Down
1 change: 1 addition & 0 deletions aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1060,6 +1060,7 @@ AC_SUBST([am__untar])
m4_include([m4/ac_cxx_rtti.m4])
m4_include([m4/ax_boost_base.m4])
m4_include([m4/ax_openmp.m4])
m4_include([m4/ax_pthread.m4])
m4_include([m4/ax_split_version.m4])
m4_include([m4/ax_tls.m4])
m4_include([m4/backtrace.m4])
Expand Down
Loading

0 comments on commit c6efcee

Please sign in to comment.