NFFT / nfft

The official NFFT library repository
https://tu-chemnitz.de/~potts/nfft/
GNU General Public License v2.0
174 stars 46 forks source link

`ABS_SRCDIR` might return a wrong path #66

Closed michaelquellmalz closed 6 years ago

michaelquellmalz commented 6 years ago

This happens when configure is called with an absolute path. In configure.ac, we define it by appending the calling path to the current path, which is wrong if both are absolute paths:

AC_DEFINE_UNQUOTED([ABS_SRCDIR], ["pwd -W/$srcdir"], [Absolute path to source directory.])