summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* ship msvc project filesFrederic Peters2005-02-151-0/+3
|
* cflags_save ate my breakfast; removed.Frederic Peters2005-02-111-2/+1
|
* autofill nsi files with lasso version numberFrederic Peters2005-02-101-0/+7
|
* reworked a bit documentation build system and added detection of inkscape andFrederic Peters2005-02-101-4/+11
| | | | xsltproc in configure
* detect when it is possible to use variadic macros and fall back to inlineFrederic Peters2005-02-081-0/+15
| | | | functions when it is not the case.
* New figures for documentation; automake and makefile stuffs to generate pngFrederic Peters2005-02-051-0/+1
| | | | | out of svg (with inkscape) out of template svg (with xsltproc). Needs to check for those tools in configure.ac
* Lasso requires glib and gobject >= 2.4.0 (when compiled with glib 2.2.3, itEmmanuel Raviart2005-02-031-1/+1
| | | | generates an error: undefined symbol g_hash_table_find).
* abort configure if python is not foundFrederic Peters2005-01-281-2/+3
|
* wsf activation status in configure summary outputFrederic Peters2005-01-271-0/+1
|
* configure flag to enable ID-WSF (off by default)Frederic Peters2005-01-271-0/+11
|
* prepare for 0.6.0Frederic Peters2005-01-261-2/+2
|
* remove php samplesChristophe Nowicki2005-01-251-3/+0
|
* define check variablesFrederic Peters2005-01-121-0/+4
|
* don't use am_path_check since it fails when check is not available (while itFrederic Peters2005-01-121-3/+3
| | | | should continue and disable the test suite)
* homogenous quoting for "x" comparisonsFrederic Peters2005-01-111-12/+12
|
* properly creates lasso-src-config from lasso-src-config.inFrederic Peters2005-01-051-1/+1
|
* Perl module builds and links correctly.Frederic Peters2005-01-021-0/+2
|
* first step to perl bindings (they still need to be compiled and installedFrederic Peters2005-01-021-16/+63
| | | | correctly)
* applied esaracco patch for check configure testFrederic Peters2005-01-011-3/+2
|
* fixed dependency on xmlsec1-opensslFrederic Peters2004-12-281-1/+1
|
* lasso requires xmlsec >= 1.2.6Frederic Peters2004-12-281-1/+1
|
* Started organizing Lasso Reference Manual; documenting LassoProvider.Frederic Peters2004-12-221-0/+1
|
* only exports symbols declared with LASSO_EXPORT (experimental)Frederic Peters2004-12-211-2/+0
|
* Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't useFrederic Peters2004-12-171-3/+3
| | | | those when compiling tests in order to catch errors in headers. (continuing)
* removed error message when java was not foundFrederic Peters2004-12-121-1/+1
|
* removed gmodule from libs; I failed to get class registration dynamicFrederic Peters2004-12-041-1/+1
|
* link to gmodule (part of glib)Frederic Peters2004-12-041-1/+1
|
* updated version to 0.5.9 and libtool version to 3.0.0Frederic Peters2004-12-021-3/+3
|
* Added a first support of id-wsf high level. Only the base class is defined : ↵Nicolas Clapies2004-11-301-0/+1
| | | | LassoWsfProfile is intended to be inherited by future service classes. It is still very incomplete.
* woke up to remove tutorials from configure.acFrederic Peters2004-11-261-1/+0
|
* renamed lasso/environs/ to lasso/id-ff/Frederic Peters2004-11-151-1/+1
|
* [2004-10-26 19:36 rchantereau] configure.ac: Some configuration variables andFrederic Peters2004-10-271-7/+22
| | | | configure options in order to compile php.
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-2/+0
| | | | | | | | on October 2nd; occasional merges since then). - Compatible with current souk test suites. - Missing memory management for everything in xml/ - Missing xmlsec support for SOAP messages.
* I've forget to add lasso/php/examples/sample-idp/Makefile inChristophe Nowicki2004-09-091-0/+1
| | | | the autoconf script.
* fixed error output in configure when no java has been foundFrederic Peters2004-09-071-0/+1
| | | | (was: ./configure: line 20612: NULL: command not found )
* Firsts fixes in order to compile Python binding under Darwin.Romain Chantereay2004-09-071-2/+6
|
* Now 0.4.1 and 1:1:0.Romain Chantereay2004-09-071-3/+3
|
* Added php sample-sp to the distribution.Romain Chantereay2004-09-071-1/+3
|
* Better java sun jdk support on Windows plateforms.Romain Chantereay2004-09-071-3/+11
| | | | | NOTE: Use good PATH environment variable and set JAVA=java, JAVAC=javac & JAR=jar. It is very important.
* Fixed php-config help typo.Romain Chantereay2004-09-071-1/+1
|
* pkg-config-path= becomes pkg-config=Romain Chantereay2004-09-061-1/+1
|
* Removed check.m4 from distribution.Romain Chantereay2004-09-061-1/+0
|
* removd extraneous output about gtk-docFrederic Peters2004-09-061-1/+0
|
* Really added check macros to the distribution.Romain Chantereay2004-09-061-0/+1
|
* Corrected java test.Romain Chantereay2004-09-061-6/+4
|
* Revision to 0.4.0Romain Chantereay2004-09-061-6/+8
| | | | | | Libtool: 1:0:0 Java is not activated when no jar program.
* things were overcomplicated; simplify a bit (for example the DEPDIR dirtyFrederic Peters2004-09-021-31/+5
| | | | | things was necessary because variables were overused; ask me for details if you want)
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-281-3/+3
| | | | (python/Makefile.am needs some cleaning IMHO, but I don't understant it).
* Corrected configure option help.Romain Chantereay2004-08-241-1/+1
| | | | | Told to use with-pkg-config= and no with-pkg-config-path wich it the good option name.
* Completed autoconf files output directive with win32 directories Makefile.Romain Chantereay2004-08-231-0/+2
|