From 4c8bb66b410dda298175431ff3ea5163e24d8dcd Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Fri, 24 Nov 2017 10:36:46 +0100 Subject: [PATCH] remove the configure wrapper script this used to provide autotools compatibility, but it has not been working for a while. Thus it is IMO better to remove it in order not to mislead people. --- configure | 553 ------------------------------------------------------ 1 file changed, 553 deletions(-) delete mode 100755 configure diff --git a/configure b/configure deleted file mode 100755 index f5a2fb843..000000000 --- a/configure +++ /dev/null @@ -1,553 +0,0 @@ -#!/bin/bash - -# where is the source tree located by default relative to here -srcdir=$(dirname "$0") - -# display help text -usage () { - cat < if you have libraries in a - nonstandard directory - LIBS libraries to pass to the linker, e.g. -l - CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if - you have headers in a nonstandard directory - CPP C preprocessor - CXX C++ compiler command - CXXFLAGS C++ compiler flags - CXXCPP C++ preprocessor - F77 Fortran 77 compiler command - FFLAGS Fortran 77 compiler flags - FC Fortran compiler command - FCFLAGS Fortran compiler flags - CMAKE_COMMAND Executable used to run cmake scripts - -Use these variables to override the choices made by \`configure' or to help -it to find libraries and programs with nonstandard names/locations. -EOF -} - -# report an error regarding the arguments -invalid_arg () { - cat <