summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Fix java version detectionSimo Sorce2014-04-151-1/+1
| | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* perl: get required CFLAGS from $(perl -V::ccflags:)Frédéric Péters2014-03-311-0/+3
|
* configure.ac: update LASSO_VERSION_INFOBenjamin Dauvergne2014-01-071-1/+1
|
* Revert "configure.ac: desactivate the PHP5 binding if no CLI interpreter is ↵v2.4.0Benjamin Dauvergne2014-01-071-4/+0
| | | | | | available" This reverts commit a3d53764fa75c30ee9a118088f0a224bc20059e4.
* configure.ac: desactivate the PHP5 binding if no CLI interpreter is availableBenjamin Dauvergne2014-01-061-0/+4
|
* configure.ac: remove checks for SWIGBenjamin Dauvergne2014-01-061-38/+0
|
* configure.ac,fedora/lasso.spec: remove expat dependencyBenjamin Dauvergne2013-12-191-12/+0
|
* build: replace python $libdir by our ownFrédéric Péters2013-12-051-1/+4
|
* Better python detection in configure.acSimo Sorce2013-12-051-11/+7
| | | | | License: MIT Signed-off-by: Simo Sorce <simo@redhat.com>
* AM_C_PROTOTYPES is no longer supported in autoconf 1.12.Tim Newsome2013-06-191-1/+0
|
* configure.ac: do not passe the full version suffix as the release numberBenjamin Dauvergne2013-06-041-1/+1
|
* configure: generate version number from git revision between tagged releaseBenjamin Dauvergne2013-05-151-1/+1
| | | | The script git-version-gen is copied from the autoconf project.
* Fix compilation on solarisBenjamin Dauvergne2012-06-211-0/+3
| | | | | | Thanks Wojciech Lichota for the patch. Fixes #1516
* Merge branch 'release-2.4.0'Benjamin Dauvergne2012-05-051-2/+2
|\
| * Update files for release 2.4.0Benjamin Dauvergne2011-12-291-2/+2
| |
* | Allow building from git without gtk-doc installedFrédéric Péters2012-04-231-0/+7
| |
* | build: do not include multiple glib headersFrédéric Péters2012-04-021-1/+1
|/
* [core] move XMLDsig related nodes in their own sub-library, add X509Data ↵Benjamin Dauvergne2011-12-161-0/+1
| | | | | | node implementation The goal is to use the KeyInfo structure as a transport format for our cryptographic keys
* [configure.ac] fix compilation on Mac Os XBenjamin Dauvergne2011-12-051-1/+1
|
* Merge branch 'excl-c14n-fix'Benjamin Dauvergne2011-11-291-2/+2
|\
| * [release] 2.3.6Benjamin Dauvergne2011-11-291-2/+2
| |
* | [configure.ac] default AM_MAINTAINER_MODE to enableBenjamin Dauvergne2011-09-091-1/+1
| |
* | [configure.ac] remove useless semi-colonsBenjamin Dauvergne2011-07-081-1/+1
| |
* | Change the glob expression to match darwin $host_osBenjamin Dauvergne2011-06-031-4/+3
| | | | | | | | Also use the $DARWIN flag to control the setting of JNI_EXTRA_LDFLAGS.
* | [java] try to make test works under Mac Os XBenjamin Dauvergne2011-05-301-0/+7
|/
* [configure.ac] increment version and libtool version infoBenjamin Dauvergne2010-12-211-2/+2
|
* [configure.ac] increment version and libtool version infoBenjamin Dauvergne2010-10-061-2/+2
|
* [configure.ac] increment release version and libtool version infoBenjamin Dauvergne2010-09-091-2/+2
|
* Increment revision in versionBenjamin Dauvergne2010-09-071-1/+1
|
* Fix lasso soname changeBenjamin Dauvergne2010-09-071-1/+1
| | | | | If new interfaces are added, first and last number must be incremented. As new enumeration value have been added, this is the case.
* Update files for release 2.3.1Benjamin Dauvergne2010-09-071-1/+1
|
* [SAMLv2] when no artifact message is present, still return a success statusBenjamin Dauvergne2010-09-071-1/+1
| | | | It is mandated by the specification.
* [Release] update libtool versionBenjamin Dauvergne2010-07-211-1/+1
|
* [Release] Update version number from 2.3 to 2.3.0Benjamin Dauvergne2010-07-211-1/+1
|
* [Release] Lasso 2.3Benjamin Dauvergne2010-07-211-1/+1
| | | | | | | | | - update the NEWS file - add abi-2.3 file - update DOAP files - update lasso website template - add temporary message to download pages, as there are no download links currently.
* [Tests] change the way tests data is distributedBenjamin Dauvergne2010-07-211-8/+0
| | | | | | Instead of using a Makefile.am in each data directory, each data directoy has been added to the EXTRA_DIST for the parent directory Makefile.am.
* Comment out custom silent rules if automake < 1.11Benjamin Dauvergne2010-06-151-0/+2
|
* Update files for a 2.2.91 releaseBenjamin Dauvergne2010-01-291-1/+1
|
* in configure.ac, activate the Perl binding in normal buildsBenjamin Dauvergne2010-01-261-1/+1
|
* Core: in configure.ac, activate warning when debugging, not in normal buildBenjamin Dauvergne2010-01-261-2/+2
| | | | | | * configure.ac: remove -Wxxx flag from AM_CFLAGS, add them if --enable-debugging is used.
* Bindings: add a new perl binding using the new binding infrastructureBenjamin Dauvergne2010-01-251-0/+1
| | | | | | | | | | | | | | | | * XS files is autogenerated using bindings/binding.py model of the Lasso API. All constants are in the Lasso::Constants package, the LASSO_ prefix is removed. All classes are now Lasso::ClassName, field accessor also serves as setters, i.e you can do this: $name_id = Lasso::Saml2NameID::new(); $name_id->content('coin'); print $name_id->content; Is still missing: - a lot of test files, - support for hashtables, - and throwing exceptions when return code is non-zero.
* Bindings: remove all SWIG bindings and SWIG related filesBenjamin Dauvergne2010-01-251-84/+0
|
* Bindings PHP5: rewire php5 tests to the makefiles, make them pass distcheckBenjamin Dauvergne2010-01-181-0/+1
|
* XML: move SOAP API to its own sub directoryBenjamin Dauvergne2010-01-041-0/+1
|
* Downgrade version 2.2.90 to make a pre-releaseBenjamin Dauvergne2009-12-091-1/+1
|
* Upgrade version numberBenjamin Dauvergne2009-12-081-1/+1
|
* Make php4 and perl binding disabled by defaultBenjamin Dauvergne2009-10-301-2/+2
| | | | | | * configure.ac: make default for --enable-perl and --enable-php4 to "no". Those binding will not be maintained in the future.
* Core: fix commit 4313, restore support for --enable-wsfBenjamin Dauvergne2009-08-281-0/+4
| | | | | * configure.ac: I throwed the baby with the bathwater..
* Core: remove SWIG ID-WSF warning from configure.acBenjamin Dauvergne2009-08-281-23/+0
| | | | | | | * configure.ac: as ID-WSF support in SWIG in not maintained anymore we can remove the warning about using pre-generated SWIG files with a different setting for the --enable-wsf flag.
* Core: set tar-pax as dist file formatBenjamin Dauvergne2009-08-281-1/+1
| | | | | | * configure.ac: we could have more than 99 characters long path in the dist files, the pax format for tar archives support it.