summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-09-12Use automake silent rules if availableGravatar Martin Szulecki1-0/+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
2009-04-13Merged in Jonathan's libplist libiphone. [#2 state:resolved]Gravatar Matt Colyer1-3/+12
2009-04-12Use less secure random number generation so we can generate privateGravatar Jonathan Beck1-2/+2
keys on the fly. Drop libiphone-initconf.
2009-04-11Remove upper bound on libgnutls per mailing list request.Gravatar Matt Colyer1-1/+1
2009-03-24Merge branch 'master' of git://github.com/MattColyer/libiphone into contact_syncGravatar Jonathan Beck1-2/+1
Conflicts: Makefile.am configure.ac src/AFC.h src/NotificationProxy.c src/lockdown.c
2009-03-24Added support for forcing the iPhone into configuration 3 through udev to ↵Gravatar Matt Colyer1-1/+1
allow automounting support.
2009-03-16Merge branch 'master' into contact_syncGravatar Jonathan Beck1-0/+28
Conflicts: configure.ac dev/Makefile.am include/libiphone/libiphone.h src/AFC.c src/AFC.h src/Makefile.am
2009-02-05Large file supportGravatar Nikias Bassen1-0/+27
Signed-off-by: Matt Colyer <matt@colyer.name>
2009-01-29Completly remove libxml dependency and change libplist-1.0 dependency to ↵Gravatar Jonathan Beck1-1/+1
libplist.
2009-01-29Add more warning flags and remove useless libxml2 dependency.Gravatar Jonathan Beck1-1/+3
2009-01-13Add parts of a python binding to libiphone that also include libplist (using ↵Gravatar Jonathan Beck1-1/+7
SWIG).
2008-12-13fork out plist stuff in libplist and migrate libiphone to use it.Gravatar Jonathan Beck1-0/+1
2008-10-30move dev specific tools to dev/ subdir.Gravatar Jonathan Beck1-8/+15
update autoconf files accordingly
2008-10-25fix autotools conditionalGravatar Jonathan Beck1-2/+2
2008-10-25add an option to strip off debug codeGravatar Jonathan Beck1-0/+7
2008-10-25add configure options to control building of development toolsGravatar Jonathan Beck1-0/+7
2008-10-25Draft HALGravatar Patrick Walton1-1/+1
Fix fdi file
2008-10-09Added a pkg-config fileGravatar Patrick Walton1-1/+1
2008-10-08Added an upper bound to gnutls versions.Gravatar Matt Colyer1-3/+1
2008-10-08Made the header file installable.Gravatar Matt Colyer1-1/+1
2008-08-31first shot at setting up a libraryGravatar Jonathan Beck1-0/+3
2008-08-30Added libtasn1 verification to the build process.Gravatar Martin S1-0/+1
2008-08-21fix linking of libiphone-initconf.Gravatar Jonathan Beck1-0/+1
2008-08-17Enhance the usability of initconf, by giving more feedback to the user.Gravatar Matt Colyer1-0/+1
2008-07-31Enabled actual version checking in the configure script.Gravatar Matt Colyer1-4/+6
2008-07-29Autotooled the project with very basic versioning support.Gravatar Matt Colyer1-0/+35