summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-11-12Bump version to 1.1.3Gravatar Martin Szulecki1-1/+1
2013-09-02Use PKG_CHECK_EXISTS() and not PKG_CHECK_MODULES()Gravatar Loïc Minier1-2/+2
PKG_CHECK_MODULES() defines a bunch of variables and might use cached information if the same name is used multiple times. Use the more correct PKG_CHECK_EXISTS(). Signed-off-by: Loïc Minier <lool@dooz.org>
2013-09-02Fix name of PKG_CHECK_MODULES test for limd 1.1.5Gravatar Loïc Minier1-1/+1
The result of the second PKG_CHECK_MODULES(libimobiledevice11, ...) was read out of cache and succeeded on systems with libimobiledevice-1.0 >= 1.1.0 but << 1.5.0. Giving it another unused name fixes this. Signed-off-by: Loïc Minier <lool@dooz.org>
2013-03-24Updated for libimobiledevice >= 1.1.5Gravatar Nikias Bassen1-0/+4
2012-04-08Remove obsolete glib and gthread dependenciesGravatar Martin Szulecki1-2/+0
2012-04-08Bump version to 1.1.2Gravatar Martin Szulecki1-1/+1
2011-02-08Fix linking with binutils-gold by directly linking with libplistGravatar Julien Lavergne1-0/+1
2011-02-08Add a manpageGravatar Julien Lavergne1-1/+1
2011-01-12Bump version to 1.1.1Gravatar Martin Szulecki1-1/+1
2011-01-12Bump version to 1.1.01.1.0Gravatar Martin Szulecki1-1/+1
2011-01-12Show a summary as last step of configureGravatar Martin Szulecki1-0/+12
2010-12-22Only compile house_arrest support with libimobiledevice >= 1.1.0Gravatar Nikias Bassen1-0/+4
Since the house_arrest support was introduced with libimobiledevice 1.1.0 we only compile it in if at least version 1.1.0 is found.
2010-03-21Bump to 1.0.0 and fix a renaming of a constant1.0.0Gravatar Matt Colyer1-2/+2
2010-01-31Bump version to 0.9.7Gravatar Nikias Bassen1-1/+1
2010-01-31Adaption due to libiphone rename to libimobiledeviceGravatar Nikias Bassen1-1/+1
2010-01-23Bump version for the release0.9.6Gravatar Matt Colyer1-2/+2
2009-11-17Preparing for 0.9.50.9.5Gravatar Matt Colyer1-2/+2
2009-10-28Bumped version numbers for 0.9.40.9.4Gravatar Matt Colyer1-2/+2
2009-09-12Rename binary to ifuse again and install to user bin directoryGravatar Martin Szulecki1-6/+0
2009-09-12Remove obsolete HAL fdi rulesGravatar Martin Szulecki1-1/+1
Automounting using this fdi never worked for everyone successfully. As HAL is deprecated, this automount is clearly a hack and the next round of distro releases won't support this way of mounting anymore, it makes sense to remove it anyways.
2009-08-04Bump version numbers0.9.3Gravatar Matt Colyer1-2/+2
2009-07-26Bump version numbers appropriately.Gravatar Matt Colyer1-2/+2
2009-05-11Fix 'make distcheck'0.9.1Gravatar Todd Zullinger1-0/+6
mount.fuse.ifuse needs to be installed in /sbin by default, but this breaks 'make distcheck'. This adds a --disable-root-sbin option to configure and uses it when running 'make distcheck'. Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Fixed autoconf and bump version number to 0.9.1Gravatar Todd Zullinger1-2/+2
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Bump libiphone requirement to 0.9.0 releaseGravatar Todd Zullinger1-1/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-11Update tarball version, create tar.bz2 by defaultGravatar Todd Zullinger1-2/+2
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-05-10Remove unused libtools ac macro.0.9.0Gravatar Matt Colyer1-3/+0
2009-03-26Make automounting actually work. [#3 state:resolved]Gravatar Matt Colyer1-1/+1
2009-02-05Check for libiphone in autofooGravatar Martin Szulecki1-0/+1
Signed-off-by: Matt Colyer <matt@colyer.name>
2008-10-08Made the hal script and definition file installable.Gravatar Matt Colyer1-1/+1
2008-10-07Initial commit.Gravatar Matt Colyer1-0/+39