summaryrefslogtreecommitdiffhomepage
path: root/configure
AgeCommit message (Expand)AuthorFilesLines
2014-04-14Fix non-zero return from ./configure --internal--list-extra-objectsSamuel Lidén Borell1-1/+1
2014-04-14Simplify pkg-config argument. Fixes BSD make problemSamuel Lidén Borell1-1/+1
2014-04-11Improve the test scripts and install them under <docdir>/fribid/examplesSamuel Lidén Borell1-0/+11
2014-04-10Fix compatibility with BSD MakeSamuel Lidén Borell1-1/+23
2012-11-29Detect multiarch in the configure scriptSamuel Lidén Borell1-2/+29
2012-11-14Clarify error messages about missing dependenciesSamuel Lidén Borell1-2/+22
2012-06-03pkg-config should check for libgtk2.0 >= 2.18Mikael Nordfeldth1-1/+1
2012-04-27Change my e-mailSamuel Lidén Borell1-1/+1
2012-04-06Make the GTK version configurable with ./configure --with-gtk=2|3Samuel Lidén Borell1-2/+37
2012-04-06Increase version of config.hSamuel Lidén Borell1-1/+1
2012-04-05Allow --libexecdir to be configured independently of --libdirSamuel Lidén Borell1-4/+14
2012-04-05Configure script: Support "--enable-*=no" syntaxSamuel Lidén Borell1-1/+1
2012-04-05Configure script: Ignore GNU/autoconf options that are safe to ignoreSamuel Lidén Borell1-0/+12
2012-03-02Make configure accept PKCS#11 modules that export only C_GetFunctionListSamuel Lidén Borell1-2/+3
2012-02-27configure script: Check that the specified PKCS#11 module is validSamuel Lidén Borell1-0/+7
2012-02-27configure script: Tell the user to install OpenSC if not foundSamuel Lidén Borell1-1/+5
2011-09-11Check for the "cc" and "install" commands in the configure scriptSamuel Lidén Borell1-1/+1
2011-09-11Fix check if PKSC#11 module doesn't existSamuel Lidén Borell1-1/+1
2011-09-11Nicer error messages from the configure scriptSamuel Lidén Borell1-16/+19
2011-09-11Check for "cpp" command in configureSamuel Lidén Borell1-1/+1
2011-09-11More reliable detection of native library path (lib or lib64)Samuel Lidén Borell1-1/+2
2011-06-19Fix configure script again after merge.Robert Andersson1-1/+1
2011-06-19Add --mandir and --localedir to the configure scriptSamuel Lidén Borell1-3/+23
2011-06-18Fix problem with last commitSamuel Lidén Borell1-1/+1
2011-06-18Fix warning messages from "make clean" when config.h doesn't existSamuel Lidén Borell1-0/+1
2011-06-18Check if config.h is outdatedSamuel Lidén Borell1-1/+3
2011-06-18Rename "pkcs11 engine" to "pkcs11 module"Samuel Lidén Borell1-2/+6
2011-06-18Don't repeat default settings in the "./configure --help" codeSamuel Lidén Borell1-4/+4
2010-12-18Fix library path when /usr/lib64 exists but is a symlinkSamuel Lidén Borell1-1/+1
2010-09-17Nicer output from the configure scriptSamuel Lidén Borell1-25/+34
2010-09-17Improve support for detecting the pkcs11 module at runtimeSamuel Lidén Borell1-4/+17
2010-08-19Remove dependency on libssl (libcrypto is enough)Samuel Lidén Borell1-1/+1
2010-08-16Merge Henrik Nordströms smartcard branchSamuel Lidén Borell1-17/+54
2010-07-03Add an abstraction layer for tokensSamuel Lidén Borell1-1/+1
2010-06-13Update the configure script to check for OpenSSLSamuel Lidén Borell1-1/+1
2010-04-07Fix an error in the --help text in the "configure" scriptSamuel Lidén Borell1-2/+1
2010-04-07Make it possible to configure the library and data pathsSamuel Lidén Borell1-1/+26
2010-02-20Call pkg-config to get the X11 includes on OpenBSDSamuel Lidén Borell1-1/+1
2010-02-01Fixed a possible quoting problem in the "configure" scriptSamuel Lidén Borell1-1/+1
2010-02-01Dependency checking in the "configure" scriptSamuel Lidén Borell1-0/+30
2010-01-02Added license headers to files that lacked themSamuel Lidén Borell1-0/+21
2010-01-02Added a --help option to the configure scriptSamuel Lidén Borell1-1/+20
2010-01-02Added a convenience option for installing in the user's home directorySamuel1-0/+17
2010-01-02Made the plugin path configurableSamuel1-1/+41
2010-01-02Made the Makefile work on FreeBSD (almost)Samuel Lidén Borell1-1/+1
2010-01-02Use normal double quotes instead of GNU-style quotesSamuel Lidén Borell1-1/+1
2010-01-02Added install/uninstall targets to the makefilesSamuel Lidén Borell1-0/+12
2010-01-02Allow the configure script to be run from anywhereSamuel Lidén Borell1-3/+5
2010-01-02Added a "configure" scriptSamuel Lidén Borell1-0/+81