Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
ran autoreconf
Browse files Browse the repository at this point in the history
  • Loading branch information
dahtah committed Aug 9, 2016
1 parent f796b1d commit 87e81a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ inst/doc
#vignettes
*_cache
*_files

aclocal.m4
autom4te.cache
7 changes: 5 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@ PACKAGE_URL=
ac_subst_vars='LTLIBOBJS
LIBOBJS
CXXFLAGS
HAVE_FFTW
HAVE_OPENMP
OPENMP_CFLAGS
FFTW_LIBS
Expand Down Expand Up @@ -3215,12 +3216,13 @@ fi
if test "$HAVE_FFTW" == TRUE
then
HAVE_FFTW='-Dcimg_use_fftw3'
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: FFTW3 found!" >&5
$as_echo "FFTW3 found!" >&6; }
else
# Return message that package requires FFTW3 library
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: FFTW library not found, please install fftw3" >&5
$as_echo "FFTW library not found, please install fftw3" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: FFTW library not found, please install fftw3 for better FFT support." >&5
$as_echo "FFTW library not found, please install fftw3 for better FFT support." >&6; }
fi
Expand Down Expand Up @@ -3336,6 +3338,7 @@ fi
## --- Output ----------------------------------------------------------------
Expand Down

0 comments on commit 87e81a9

Please sign in to comment.