summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* Docs: change the doc production and lot of other fixesBenjamin Dauvergne2009-08-261-21/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lasso/Makefile.am: distribute extract_sections.py * docs/references/lasso/lasso.types.in: add missing class (mainly SAML2 and ID-WSF 1.0/2.0) from docs/references/lasso.types.in * lasso/xml/strings.h: add lots of documentation, or at least documentation template to strings constants. * id-ff/login.h: * saml-2.0/assertion_query.h: * xml/xml.h: document undocumented enumerations. * lasso/errors.h: add proper documentation about error codes. * lasso/errors.c: new version of the lasso_strerror function * lasso/build_strerror.py: update the script that generater lasso_strerror from the documentation comments. Remove usage of OFTYPE * lasso/id-ff/session.c: * lasso/id-ff/session.h: remove usage of oftype, prefer gtk-introspection annotations instead. * lasso/id-wsf/data_service.h: * lasso/id-wsf/data_service.c: do the same. Add a script to build lasso-sections.txt * lasso/extract_sections.py: this script parses header files and generated lasso-sections.txt content for GObject class descriptions. Add a template file for the lasso-section.txt file * docs/references/lasso-sections.txt.in: this file serves as a base for the generation of lasso-sections.txt Update docs/references/Makefile.am for generating lasso-sections.txt * docs/references/Makefile.am: always rebuild template, using out of source build directory is too weird without it. call new script extract_sections.py to regenerate lasso-sections.txt if header files changed. Update lasso.sgml file with all missing sections * docs/reference/lasso.sgml: add all missing sections, mainly objects from XML schemas. * docs/reference/lasso-sections.txt: update it * *.c: add section documentation to some files. * lasso/xml/strings.h: fix bad usage or docbook markup
* Core: Use automake-1.11 when possibleBenjamin Dauvergne2009-08-261-2/+5
| | | | | | | | | | | | | | * Makefile.am: use new automake-1.11 silent rules if possible move macros to m4 directory * m4/gtk-doc.m4: add gtk-doc macros. * lasso/Makefile.am: add missing -f flag to rm, to unbreak make distcheck * docs/references/Makefile.am: fix problem between libtool and gtk-doc * autogen.sh: update to autogen.sh from gtk-doc, add support for automake-1.11
* Update lasso version to 2.2.2Benjamin Dauvergne2009-03-271-2/+2
| | | | | | | | * configure.ac: * fedora/lasso.spec: * lasso.doap: update lasso version to 2.2.2, this commit will be the reference for the 2.2.2 release.
* Autoconf: Do not include optimisation flags in AM_CFLAGSBenjamin Dauvergne2009-03-271-2/+1
| | | | | * configure.ac: when --enable-debugging set CFLAGS, do not modify AM_CFLAGS.
* Fix BSD compatibility bug in configure.acBenjamin Dauvergne2009-03-021-4/+4
| | | | | * configure.ac: remove GNUism, use -eq and = instead of == with test tool. (Patch from Emmanuel Dreyfus)
* Autoconf: new macro AS_COMPILER_FLAGS to check flag supportBenjamin Dauvergne2009-01-241-0/+1
| | | | | | * macros/as-compiler-flags.m4 configure.ac: add a new files of autoconf macro to check support of warning flags, add needed line in configure.ac to define variable WARNING_FLAGS, containing only supported flags.
* Autoconf: redirect shell warning in one of configure.ac testsBenjamin Dauvergne2009-01-241-2/+2
| | | | | - configure.ac: when testing if bindings have been already generated with differents settings do not let grep emit warnings.
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-1/+1
| | | | | | * lots of files: Explicitely set all field of initialized structures, in order to remove -Wno-missing-field-initilizers from needed compiler options when using -Wall -Wextra.
* add functionality to enable debugging flags at runtimeBenjamin Dauvergne2008-10-011-4/+5
| | | | | | | | | | | | | | | | | | | | | | This code permit to set flags, separated by commas, space, tabulations, or colons. This flags activates debug functions like, suppressing validations of signatures or print debugging message about deallocations. The new flags are defined in /lasso/debug.h they can be set using an environment variable named LASSO_FLAG or a function named lasso_set_flag. There are two flags currently: - verify-signature: To deactivate it, pass 'no-verify-signature' inside LASSO_DEBUG. It desactivate signature verification, inside two functions: lasso_query_verify_signature and lasso_provider_verify_signature. - memory-debug: It enabled reporting of memory deallocation inside generic memory dellaocator for LassoNode objects and also in bindings. - lasso/xml/xml.c: do not free a null hash table pointer.
* enable optimisation flag when not debuggingDamien Laniel2008-09-161-0/+1
|
* * Reset CFLAGS when --enable-debugging is used (remove -g -O2 value setted ↵Benjamin Dauvergne2008-09-121-1/+2
| | | | | | by AC_PROG_CC). * Show AM_CFLAGS + CFLAGS in resume when configure finish.
* * Add setting of AM_CFLAGS when --enable-debugging is usedBenjamin Dauvergne2008-09-121-0/+5
| | | | | | * Export the AM_CFLAGS variable * Create a conditionnal for automake named DEBUGGING * Show CFLAGS in resume of configuration option
* forked lasso branch for adelineBenjamin Dauvergne2008-08-011-1/+1
|
* bumped to 2.2.1Frederic Peters2008-07-221-3/+3
|
* 2.0.0Frederic Peters2008-05-271-3/+3
|
* export SWIG_VERSION into Makefile.amBenjamin Dauvergne2008-05-271-0/+1
| | | | handle swig < 1.3.32 and swig >= 1.3.32 with two different versions of the patch script
* Re-remove java/Makefile from configure.ac outputsBenjamin Dauvergne2008-05-261-1/+0
|
* re-add swig/java binding to makefile, make it use the JAVA_INCLUDE path, ↵Benjamin Dauvergne2008-05-231-0/+1
| | | | JDK_INCLUDES does not exist
* properly quote varsFrederic Peters2008-04-291-2/+2
|
* use new bindingsFrederic Peters2008-04-291-2/+6
|
* add unprefixed extension dir for php5, and fixed it for php4Frederic Peters2008-04-261-23/+13
|
* * change /etc -> /etc/php5/conf.d/ in the last commitBenjamin Dauvergne2008-04-231-1/+1
|
* * add parameters for php5: --with-php5-include-dir (default to ↵Benjamin Dauvergne2008-04-231-15/+26
| | | | /usr/share/php) and --with-php5-config-dir (default to /etc/php5/cond.f/)
* * search gzread in zlib1 after trying in libz (win32)Benjamin Dauvergne2008-04-231-5/+7
| | | | * remove critical exit from java macros
* add new directory in bindings/php5 to AC_OUTPUT commented linesBenjamin Dauvergne2008-03-281-0/+2
|
* * configure.ac: remove generation of php5/Makefile, it does nothing. addBenjamin Dauvergne2008-03-141-5/+12
| | | | | detection of pre-4.1.3 gcj versions. add bindings/python/tests/Makefile in commented AC_OUTPUT code.
* * configure.ac: re-add JDK_INCLUDE substs (can be removed when we will moveBenjamin Dauvergne2008-03-101-0/+2
| | | | to the new bindings)
* * configure.ac,macros/ac_*.m4: add new m4 macros to detect more JAVA relatedBenjamin Dauvergne2008-03-101-11/+37
| | | | | things like junit.jar path to put into the CLASSPATH or desactivate compilation of java bindings test.
* * configure.ac: remove line for making bindings makefiles.Benjamin Dauvergne2008-03-061-5/+0
|
* * configure.ac: fix typo, forgot 'sed'.Benjamin Dauvergne2008-03-051-1/+1
|
* * configure.ac: add the same option for javac than for gcjh (for target andBenjamin Dauvergne2008-03-051-0/+1
| | | | source java language version).
* * configure.ac: change handling of java options. Try to find JAVA_HOME from theBenjamin Dauvergne2008-03-051-23/+39
| | | | | | link in /usr/bin. Propose more options for java, javac and javah. Set good options for gcj (-ftarget=1.4 -fsource=1.4 mainly to be retro compatible with old VMs).
* fixed php version checksDamien Laniel2008-02-281-2/+2
|
* fixed gcj version regexFrederic Peters2008-02-171-1/+1
|