aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2018-03-12Remove autotoolsThomas White
2017-10-23configure.ac: Print a message about CBFlibThomas White
Because this seems to be confusing people.
2017-10-23configure.ac: Improve HDF5 detectionThomas White
2017-10-09configure.ac: Fix CBFlib path variable nameThomas White
Whoops.
2017-08-09Fix extra bracket in configure.acThomas White
2017-08-03configure: Fix option name for --with-cbflibThomas White
2017-07-24This is CrystFEL 0.6.30.6.3Thomas White
2017-07-04Switch CBF support on by defaultThomas White
2017-07-04Check for CBF headers, even if they're somewhere weirdThomas White
2017-06-23Accept either cbf/cbf.h or cbflib/cbf.hThomas White
You get cbflib/cbf.h if you install CBFlib from source, and cbf/cbf.h if using the package manager in Fedora, probably other systems as well. We definitely don't want to include the cbf or cbflib folder in the include path, because CBFlib may bring its own HDF5 headers, which we don't want to touch with a bargepole.
2017-05-03autoconf bits for CBFlibThomas White
2017-03-13Ask for C99 in configure.ac, remove weird C99 declarationsThomas White
2016-03-21This is CrystFEL 0.6.20.6.2Thomas White
2015-08-03This is CrystFEL 0.6.10.6.1Thomas White
2015-07-15Add -lpthread to libcrystfelThomas White
This was missing before, which caused problems when trying to link to libcrystfel when otherwise not using pthreads.
2015-07-13configure: Add --with-fftwThomas White
2015-06-19Compile asdf only if FFTW is availableThomas White
2015-06-19Remove ReAx and GrainSpotterThomas White
Neither of these ever really worked, and better algorithms exist now.
2015-02-23This is CrystFEL 0.6.00.6.0Thomas White
2014-09-05This is CrystFEL 0.5.40.5.4Thomas White
2014-08-19Use Gnulib forkpty()Thomas White
2014-08-15Add opencl library dir, if given, to linker pathThomas White
2014-04-14This is CrystFEL 0.5.3a0.5.3aThomas White
2014-04-09This is CrystFEL 0.5.30.5.3Thomas White
2014-02-28Introduce cell_explorerThomas White
2014-01-20configure.ac: OpenCL stuffThomas White
2013-12-06This is CrystFEL 0.5.20.5.2Thomas White
2013-10-22Revert LT_INIT to AC_PROG_LIBTOOLThomas White
LT_INIT doesn't work at SLAC
2013-10-07Update configure.acThomas White
2013-09-28configure.ac: Fix test for gdk-pixbufThomas White
2013-09-05configure: check for curses, and compile even if it's not availableThomas White
2013-07-05This is CrystFEL 0.5.10.5.1Thomas White
2013-04-19This is CrystFEL 0.5.00.5.0Thomas White
2013-03-01Use gtk-doc for libcrystfel only (not the contents of src)Thomas White
2013-01-10This is CrystFEL 0.4.30.4.3crystfel-0.4Thomas White
2012-12-03Add crystfel.pc file for pkg-configThomas White
2012-11-12Use given HDF5 path when checking for it in configureThomas White
2012-11-06Check for HDF5 library (earlier)Thomas White
2012-10-03This is CrystFEL 0.4.20.4.2Thomas White
2012-08-29This is CrystFEL 0.4.10.4.1Thomas White
2012-07-31This is CrystFEL 0.4.00.4.0Thomas White
2012-03-22Require gtk-doc 1.9 or above, and document changesThomas White
2012-03-14This is CrystFEL 0.3.00.3.0Thomas White
2012-02-25Make --enable-gsl-fudge the defaultThomas White
There's absolutely no sensible reason why this should be optional - it doesn't cause any difficulties when enabled.
2012-02-23Better way to set the reference documentation installation pathThomas White
2012-02-22Check for PangoCairo as wellThomas White
2012-02-22Use Pango cflags and libraries separatelyThomas White
2012-02-22Make the use of Pango optionalThomas White
2012-02-22Separate CFLAGS and LIBS for libcrystfel and mainThomas White
2012-02-22Remove render_hkl --povray and remenants of cubeitThomas White