summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-03-22Use AC_LANG_SOURCE to avoid warnings in configure.acGravatar Martin Szulecki1-2/+2
2012-03-22Remove deprecated gnutls_*_set_priority() and use gnutls_priority_set_direct()Gravatar Martin Szulecki1-1/+1
This change requires gnutls >= 2.2.0 for the latter to be available. With deprecation starts with gnutls 2.12.0.
2012-03-22Bump version to 1.0.7Gravatar Martin Szulecki1-1/+1
2011-03-26Bump version to 1.0.6 for release1.0.6Gravatar Martin Szulecki1-1/+1
2011-03-26Bump version for 1.0.5 release1.0.5Gravatar Martin Szulecki1-2/+2
2011-03-26Fix swig detectionGravatar Christophe Fergeau1-6/+9
AC_PROG_SWIG indicates failure to detect swig by setting the SWIG variable to false. Commit f489971b6b moved the "$SWIG != false" test before the call to AC_PROG_SWIG, which leads to the rest of configure.ac to think swig has been successfully detected even when not present. Move this test after the call to AC_PROG_SWIG. This also gets rid of the SWIG_SUB variable which is not really useful since the SWIG variable can be used for the same purpose.
2010-11-27Bump version and soname for 1.0.4 releaseGravatar Martin Szulecki1-2/+2
2010-11-27Fix configure "--without-swig" flag and show error if libgcrypt is not foundGravatar John Maguire1-6/+6
2010-10-04Bump soname due to internal changes1.0.3Gravatar Martin Szulecki1-1/+1
2010-10-04Bump version to 1.0.3 for releaseGravatar Martin Szulecki1-1/+1
2010-06-08Bump versions to 1.0.2 and update SO versionGravatar Martin Szulecki1-2/+2
2010-05-12Bump library version revision for release1.0.1Gravatar Martin Szulecki1-1/+1
2010-03-31Bump version to stable 1.0.1Gravatar Martin Szulecki1-1/+1
2010-03-24Use glib GUINT32_TO/FROM_BE macros instead of htonl/ntohlGravatar Martin Szulecki1-1/+1
2010-03-24Remove unused and fix some includesGravatar Nikias Bassen1-1/+1
2010-03-21Bump version to 1.0.01.0.0Gravatar Matt Colyer1-1/+1
2010-03-19Removed the HAL fdi rules since HAL is deprecated and the fdi was outdated ↵Gravatar Martin Szulecki1-1/+0
anyways
2010-03-13Increase soname version due to changes in notification proxy interfaceGravatar Martin Szulecki1-1/+1
2010-03-13Add man pages for toolsGravatar Martin Szulecki1-0/+1
2010-02-02Set PROJECT_NAME and PROJECT_NUMBER for doxygen via autofooGravatar Nikias Bassen1-0/+1
2010-01-30Pass -version-info for libtool to set soname0.9.7Gravatar Martin Szulecki1-0/+10
2010-01-29Global renames due to project rename to libimobiledeviceGravatar Nikias Bassen1-3/+3
2010-01-13Bump version for 0.9.6 releaseGravatar Martin Szulecki1-1/+1
2009-12-06Updated autofoo stuff; swig is now optional and can be disabled.Gravatar Nikias Bassen1-1/+46
Use --without-swig to prevent building the swig extensions even if swig is installed. [#93 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-11-17silence building output for better overviewGravatar Nikias Bassen1-0/+2
2009-11-17Preparing for release 0.9.5Gravatar Matt Colyer1-1/+1
2009-11-11Require libplist++ in order to fix linking of Python bindingsGravatar Martin Szulecki1-0/+1
[#84 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-10-28Bumped version numbers to 0.9.40.9.4Gravatar Matt Colyer1-1/+1
2009-10-22Update swig header and autotools to compile with latest libplist API.Gravatar Jonathan Beck1-4/+3
[#77 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-09-14Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki1-1/+1
2009-09-12Use automake silent rules if availableGravatar Martin Szulecki1-0/+1
2009-08-10Bump the version of usbmuxd0.9.3Gravatar Matt Colyer1-1/+1
2009-08-04Bump version numbers to 0.9.3 and raise libusbmux required version.Gravatar Matt Colyer1-2/+2
2009-08-04Make distcheck pass from a clean treeGravatar Bastien Nocera1-0/+3
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-07-28Move production ready tools into tools/ and do not install the dev/ onesGravatar Martin Szulecki1-1/+1
2009-07-27Update dependency to libplist 0.13Gravatar Jonathan Beck1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-07-26Merge commit 'martin-s/martin'Gravatar Matt Colyer1-0/+1
[#46 state:resolved]
2009-07-26check for readline availabilityGravatar Christophe Fergeau1-0/+4
dev/lckdclient.c includes headers from readline but configure.ac doesn't make sure these headers are available. This commit makes sure readline/readline.h is present and assumes readline is properly installed if this header is present [#59 state:resolved] Signed-off-by: Matt Colyer <matt@colyer.name>
2009-07-26Bump the version number in anticipation of releaseGravatar Matt Colyer1-1/+1
2009-05-24Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki1-2/+2
Conflicts: src/Makefile.am
2009-05-18Make use of usbmuxd and remove libusb dependenciesGravatar Nikias Bassen1-2/+2
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Merge branch 'master' of git://github.com/MattColyer/libiphone into martinGravatar Martin Szulecki1-3/+3
2009-05-11Add explicit check and flags for libgcrypt needed for some distributionsGravatar Martin Szulecki1-0/+1
2009-05-11Fixed autoconf typoGravatar Todd Zullinger1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Made bz2 tarballs instead of gzip ones.Gravatar Todd Zullinger1-2/+2
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-10Fixes for 0.9.1 release.Gravatar Matt Colyer1-1/+1
2009-05-10Bump the version of libplist required.Gravatar Matt Colyer1-1/+1
2009-05-10The libtool macro is needed here.Gravatar Matt Colyer1-0/+2
2009-05-09Remove unneeded libtool macro.Gravatar Jonathan Beck1-2/+0
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-04-23Detect unknown HostId in StartSession an trigger Pair again if needed.Gravatar Jonathan Beck1-1/+1