summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Update to use latest libplist codeNikias Bassen2023-04-211-1/+1
|
* autoconf: Automatically derive version number from latest git tagNikias Bassen2022-10-081-2/+7
| | | | with a fallback to get the version string from a .tarball-version file
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-011-2/+2
|
* Update deprecated autoconf macros and update m4 filesNikias Bassen2021-08-311-7/+6
|
* configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to ↵Nikias Bassen2021-01-151-3/+1
| | | | allow cross compiliation
* Post release version bump to 1.1.2Martin Szulecki2020-06-151-1/+1
|
* Update libplist and libimobiledevice version requirementsNikias Bassen2020-06-091-2/+2
|
* Use secure project URL in configure.acMartin Szulecki2020-06-041-1/+1
|
* Fix configure failing when libimobiledevice is installed in non-standard prefixNikias Bassen2020-04-301-0/+3
|
* Fix compatibility with latest changes in libimobiledeviceNikias Bassen2019-11-111-0/+9
|
* build: check if clock_gettime() requires -lrt on old GNU systemsMikkel Kamstrup Erlandsen2018-11-291-0/+3
|
* preflight: Fix compatibility with latest internal changes to libimobiledeviceNikias Bassen2018-10-021-1/+1
|
* configure: Add missing check for localtime_r introduced in previous commitNikias Bassen2018-04-091-1/+1
|
* udev: ensure that all events relating to device are tagged systemdGavin Li2018-01-311-1/+1
| | | | | | | systemd will not restart the usbmuxd service the after the first time it is plugged in if it does not receive the "remove" events, which also happen to lack the idVendor and idProduct attributes, so use ENV{PRODUCT} instead.
* utils: Use autoconf to check for availability of clock_gettime()Nikias Bassen2017-07-171-1/+1
|
* Fix --with-systemd argument to configureMoritz Schlarb2016-01-281-1/+1
| | | | | Otherwise, specifying ''--with-systemd'' will actually lead to systemd support being disabled. Got that from https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/External-Software.html (last example).
* Try to autodetect ppoll(2) instead of hardcoding the list of platforms ↵Jan Beich2016-01-281-0/+1
| | | | lacking it thus using fallback.
* Bump libusb dependency to 1.0.9 for libusb_get_device_speed()Martin Szulecki2014-11-111-1/+1
|
* Post-release version bump to 1.1.1Martin Szulecki2014-10-171-1/+1
|
* configure.ac: Fix small typo in error message1.1.0Martin Szulecki2014-10-171-1/+1
|
* Fix udev activation rule using wrong binary due to typoMartin Szulecki2014-10-161-1/+1
|
* Set bug report and home page URLs in AC_INIT()Martin Szulecki2014-10-161-1/+1
|
* Bump autoconf requirement to 2.64Martin Szulecki2014-10-161-1/+1
|
* Make sure configuration summary outputs correctly on OS XMartin Szulecki2014-10-161-7/+4
|
* The activation method on OS X is "manual" as we do not offer launchd supportMartin Szulecki2014-10-161-1/+2
|
* Set udevrulesdir only for platforms with udevMartin Szulecki2014-10-161-1/+2
|
* Use HAVE_SYSTEMD macro definition instead of WANT_SYSTEMDMartin Szulecki2014-10-161-1/+1
|
* Rename HAVE_SYSTEMD conditional into WANT_SYSTEMDMartin Szulecki2014-10-161-1/+1
|
* Post-release version bump to 1.1.0Martin Szulecki2014-10-151-1/+1
|
* Use long options for udev activation rule as it's easier to understandMartin Szulecki2014-10-141-1/+1
|
* Add man page for usbmuxd daemonMartin Szulecki2014-10-141-0/+1
|
* Add "check-news" automake option to ensure correct NEWS file on releasesMartin Szulecki2014-10-141-1/+1
|
* Fix description format for default value in AC_ARG_WITH of preflight argumentMartin Szulecki2014-09-191-1/+1
|
* Add systemd activation autofoo with fallback for udev and manual activationMartin Szulecki2014-09-191-4/+78
|
* add support for reading and writing config and pair record filesNikias Bassen2013-12-131-1/+1
|
* make libplist/protov1 support mandatoryNikias Bassen2013-12-131-23/+1
|
* udev: lower rules numbering to make sure we start as early as possibleNikias Bassen2013-09-261-1/+1
| | | | | | To prevent the trust dialog from appearing on iOS7 devices we need to make sure that no PTP access is happening before usbmuxd starts. So we start as early as possible so the device will be in trusted host state.
* Bump version to 1.0.9Martin Szulecki2013-09-191-1/+1
|
* added preflight worker implementation to handle initial device pairingNikias Bassen2013-09-191-3/+27
|
* remove libusbmuxd sources and adapt source tree to use autotoolsNikias Bassen2013-09-171-0/+96
libusbmuxd has been split off and is now managed in a separate repository. By the time of this commit, the repository is: git clone http://git.sukimashita.com/libusbmuxd.git