summaryrefslogtreecommitdiffstats
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Support automake 1.13 and 1.14Simo Sorce2013-12-051-1/+7
| | | | | License: MIT Signed-off-by: Simo Sorce <simo@redhat.com>
* Add support for automake 1.12.Tim Newsome2013-06-191-1/+4
|
* Allow building from git without gtk-doc installedFrédéric Péters2012-04-231-2/+9
|
* By default make autogen.sh to enable gtk docBenjamin Dauvergne2010-01-181-1/+1
|
* in autogen.sh, move libtoolize and gtkdocize before aclocalBenjamin Dauvergne2010-01-181-6/+6
|
* Restore call to autoheader in autogen.shBenjamin Dauvergne2009-11-301-2/+3
| | | | | | * autogen.sh: call to autoheader was removed during simplification of the autogen.sh script.
* Call gtkdocize before automakeFrederic Peters2009-08-261-3/+3
|
* Docs: change the doc production and lot of other fixesBenjamin Dauvergne2009-08-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-286/+69
| | | | | | | | | | | | | | * 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
* added knowledge about automake-1.10Frederic Peters2007-09-201-6/+7
|
* SWIG 1.3.28 is required.Frederic Peters2006-05-161-1/+1
|
* check for libtool and pkg-config m4 files (thanks again to gnome-autogen.sh)Frederic Peters2004-12-291-1/+98
|
* revamped autogen.sh so it works on FreeBSD (with many thanks toFrederic Peters2004-12-281-160/+164
| | | | gnome-autogen.sh)
* Args are string.Romain Chantereay2004-09-061-1/+1
|
* Now Lasso distribution includes the check macros allowing people to generateRomain Chantereay2004-09-061-1/+1
| | | | | | Makefile and configure without check-xml installed. PS: The distribution is not checked yet.
* Update to automake 1.8.Romain Chantereay2004-08-031-3/+3
|
* Corrected SWIG warning. (deleted it.)Romain Chantereay2004-08-031-5/+0
|
* SWIG is NOT required (yet ?) !Romain Chantereay2004-08-031-4/+4
|
* New Autotools infrastructure.Romain Chantereay2004-08-031-50/+189
| | | | | | | | | | | | | | | | | | | | | | Don't hesitate to report bug (if any). Main changes: - No more, or so few AM_CONDITIONAL. - Binding compilation use AC_SUBST top level Makefile SUBDIRS. - Change order of AM Macro. - Added Macro. - Fix Windows Compilation. - New way to handle version number. - Use of lasso_config.h - more ? I do not remember.
* running autoheaderFrederic Peters2004-07-231-0/+2
|
* Initial revisionValery Febvre2004-03-231-0/+71