summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Call 'find' properly in ./configureDavid Sommerseth2010-12-311-6/+6
| | | | | | | Some platforms expects a path to be given, so adding a relative path to the 'find' expressions. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Fix ./configure to honour --sqlite3-path correctlyDavid Sommerseth2010-10-201-3/+3
| | | | | | | | | The --sqlite3-path argument was silently ignored due to a misbehaviour in the check for database driver enablement. Moved over to proper bash scripting and used wildcards on the DB string which is intended to also contain more than just one database indicator. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Fixed missing quotes in ./configureAlberto Gonzalez Iniesta2010-10-191-1/+1
| | | | | Signed-off-by: Alberto Gonzalez Iniesta <agi@inittab.org> Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* Added install rules for man pagesDavid Sommerseth2010-07-301-1/+13
|
* Updated Copyright dates to include 2010David Sommerseth2010-07-301-1/+1
|
* Show which cmake version is being used before starting the configurationDavid Sommerseth2009-12-111-1/+3
|
* Include system wide CFLAGS when buildingDavid Sommerseth2009-10-141-4/+6
|
* Added build rules and configure --doxygen argument to build Doxygen docs via ↵David Sommerseth2009-09-221-5/+21
| | | | make
* Added --gcov configure option, to see how that will workDavid Sommerseth2009-09-071-0/+10
|
* Added a some comments to ./configureDavid Sommerseth2009-09-021-1/+47
|
* Added logging of configure runsDavid Sommerseth2009-03-301-39/+51
|
* Removed debug info in ./configureDavid Sommerseth2009-03-301-3/+0
|
* Restructured ./configure and improved the path setupDavid Sommerseth2009-03-301-18/+62
| | | | Also added install rules to XSLT files
* Prepared for linking in libxsltDavid Sommerseth2009-03-291-0/+28
| | | | | | | | | | | | Added two extra ./configure arguments, --xslt-path which defines the root directory for all eurephia specific XSLT templates (defaults to /usr/share/eurephia/xslt) and --eurephiadm-xslt which defines the path eurephiadm will use for its XSLT templates (defaults to /usr/share/eurephia/xslt/eurephiadm) Added an extra configuration paramet for eurephiadm (eurephiadm_xslt_path), which can be used to override the compiled in default values
* Made building of OpenVPN plug-in optionalDavid Sommerseth2008-12-111-10/+22
| | | | | | | For those environments where you just want to build the eurephiadm and/or database drivers. ./configure must now be called with -p or --plug-in to build the OpenVPN plug-in
* Added first skeleton of a command line admin utilDavid Sommerseth2008-11-281-0/+8
|
* Added uninstall ruleDavid Sommerseth2008-11-051-12/+27
|
* Created install rules via cmakeDavid Sommerseth2008-10-211-4/+28
|
* Reorganised the source codeDavid Sommerseth2008-10-151-0/+1
| | | | | | | | Moved all OpenVPN plug-in related things into ./plugins, including firewall Moved all shared code into ./common and moved the generic part of the database files into ./database Updated all CMakeLists.txt files and created a new one for the root directory
* Fixed wrong search in dist-cleanDavid Sommerseth2008-10-041-1/+1
|
* configure now appends dist-clean rule to Makefile. Removed unneed CMakeLists.inDavid Sommerseth2008-10-041-1/+11
|
* Removed dependency on sed and CmakeLists.inDavid Sommerseth2008-10-041-2/+2
|
* Moved away from using environment variable for OPENVPN_SRC_DIR. Forcing use ↵David Sommerseth2008-10-031-5/+6
| | | | of ./configure
* Made building more dynamic, improved parameter handling in configure and ↵David Sommerseth2008-10-031-0/+40
| | | | added more parameters
* Added ./configure script to simplify cmake for "normal" usersDavid Sommerseth2008-10-031-0/+53