~ubuntu-branches/ubuntu/intrepid/lasso/intrepid-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-11-01 20:01:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071101200120-9ruoui67n24xyz9c
Tags: 2.1.1-2ubuntu1
* Merge from debian unstable (LP: #134095), remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
  + configure{,.ac}:
    - Add missing quotes around the value for PHP[45]_LIBS.
* Fix two lintian warnings:
  + debian/control:
    - liblasso3-dev: Replace ${Source-Version} with ${binary:Version}
  + debian/rules:
    - Don't ignore a make clean error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
dnl   first number.
16
16
dnl - Third number is the current API version implementation version number.
17
17
dnl See libtool explanations about current, age and release, later in this file.
18
 
AC_INIT([Liberty Alliance Single Sign On], 2.0.0, lasso-devel@lists.labs.libre-entreprise.org)
 
18
AC_INIT([Liberty Alliance Single Sign On], 2.1.1, lasso-devel@lists.labs.libre-entreprise.org)
19
19
dnl Check if autoconf ver > 2.53
20
20
AC_PREREQ(2.53)
21
21
dnl Check existence of a relative pathed source file.
22
22
AC_CONFIG_SRCDIR(lasso/lasso.c)
23
23
dnl Copy stamp REVISIO-INFO in the configure script.
24
 
AC_REVISION($Revision: 1.153 $)
 
24
AC_REVISION($Revision: 3386 $)
25
25
 
26
26
dnl Run many macros mostly needed by configure.ac.
27
 
AM_INIT_AUTOMAKE(lasso, 2.0.0)
 
27
AM_INIT_AUTOMAKE(lasso, 2.1.1)
28
28
dnl Create rules to automaticaly regenerate the config header.
29
29
AM_CONFIG_HEADER(lasso/lasso_config.h)
30
30
dnl Add --enable-maintainer-mode option to configure.
161
161
# m = a
162
162
# r = r
163
163
current=`expr $VERSION_MAJOR + $VERSION_MINOR`
164
 
LASSO_VERSION_INFO="7:0:4"
 
164
LASSO_VERSION_INFO="8:1:5"
165
165
AC_SUBST(LASSO_VERSION_INFO)
166
166
 
167
167
dnl Compute the minimal supported ABI version for Win32 scripts and resources files.
875
875
lasso/id-ff/Makefile
876
876
lasso/id-wsf/Makefile
877
877
lasso/saml-2.0/Makefile
 
878
lasso/id-wsf-2.0/Makefile
878
879
lasso/xml/Makefile
879
880
lasso/xml/saml-2.0/Makefile
 
881
lasso/xml/id-wsf-2.0/Makefile
 
882
lasso/xml/ws/Makefile
880
883
perl/Makefile
881
884
php/Makefile
882
885
php5/Makefile
884
887
swig/Makefile
885
888
swig/wsf-support.i
886
889
swig/saml-2.0/Makefile
 
890
swig/id-wsf-2.0/Makefile
 
891
swig/ws/Makefile
887
892
tests/Makefile
888
893
tests/data/Makefile
889
894
tests/data/ca1-la/Makefile
890
895
tests/data/idp1-la/Makefile
891
896
tests/data/lecp1-la/Makefile
892
897
tests/data/sp1-la/Makefile
 
898
tests/data/idp5-saml2/Makefile
 
899
tests/data/sp5-saml2/Makefile
 
900
tests/data/sp6-saml2/Makefile
893
901
tests/metadata/Makefile
894
902
lasso.pc
895
903
win32/Makefile
918
926
Main
919
927
----
920
928
 
921
 
Compiler:               ${CC} 
922
 
Install prefix:         ${prefix}
923
 
Debugging:              $enable_debugging
924
 
Experimental ID-WSF:    $enable_wsf
 
929
Compiler:                ${CC} 
 
930
Install prefix:          ${prefix}
 
931
Debugging:               $enable_debugging
 
932
Experimental ID-WSF:     $enable_wsf
925
933
 
926
934
Optionals builds
927
935
----------------