Skip to content
Snippets Groups Projects
Commit a33639b4 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Clean-up and gitignore a.out.

parent 55b483af
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ Makefile
Doxyfile
stamp-h1
stamp-h2
a.out
# Common files created by make
......
......@@ -21,6 +21,8 @@ AM_EXTRA_RECURSIVE_TARGETS([doc])
AC_CONFIG_SRCDIR([src/sct_reporter.c])
LT_INIT([pic-only])
dnl Clean up after Libtool checks for C compiler:
rm -f a.out
#
# information on the package
......@@ -171,6 +173,8 @@ AX_PROG_CC_MPI([test x"$mpi" != xfalse],
fi])
AC_PROG_FC
dnl Clean up after Libtool checks for Fortran compiler:
rm -f a.out
AX_PROG_FC_MPI([test x"$mpi" != xfalse],
[],
[if test x"$mpi" = xtrue; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment