summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2023-09-18autoconf: Add workaround for runstatedir for old autoconf versionsGravatar Nikias Bassen1-0/+5
2023-09-18autoconf: Fix processing of --with-preflight and --with-systemd optionsGravatar Nikias Bassen1-2/+2
2023-04-21Update to use latest libplist codeGravatar Nikias Bassen1-1/+1
2022-10-08autoconf: Automatically derive version number from latest git tagGravatar Nikias Bassen1-2/+7
with a fallback to get the version string from a .tarball-version file
2021-09-01Remove common code in favor of new libimobiledevice-glueGravatar Nikias Bassen1-2/+2
2021-08-31Update deprecated autoconf macros and update m4 filesGravatar Nikias Bassen1-7/+6
2021-01-15configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to ↵Gravatar Nikias Bassen1-3/+1
allow cross compiliation
2020-06-15Post release version bump to 1.1.2Gravatar Martin Szulecki1-1/+1
2020-06-09Update libplist and libimobiledevice version requirementsGravatar Nikias Bassen1-2/+2
2020-06-04Use secure project URL in configure.acGravatar Martin Szulecki1-1/+1
2020-04-30Fix configure failing when libimobiledevice is installed in non-standard prefixGravatar Nikias Bassen1-0/+3
2019-11-11Fix compatibility with latest changes in libimobiledeviceGravatar Nikias Bassen1-0/+9
2018-11-29build: check if clock_gettime() requires -lrt on old GNU systemsGravatar Mikkel Kamstrup Erlandsen1-0/+3
2018-10-02preflight: Fix compatibility with latest internal changes to libimobiledeviceGravatar Nikias Bassen1-1/+1
2018-04-09configure: Add missing check for localtime_r introduced in previous commitGravatar Nikias Bassen1-1/+1
2018-01-31udev: ensure that all events relating to device are tagged systemdGravatar Gavin Li1-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.
2017-07-17utils: Use autoconf to check for availability of clock_gettime()Gravatar Nikias Bassen1-1/+1
2016-01-28Fix --with-systemd argument to configureGravatar Moritz Schlarb1-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).
2016-01-28Try to autodetect ppoll(2) instead of hardcoding the list of platforms ↵Gravatar Jan Beich1-0/+1
lacking it thus using fallback.
2014-11-11Bump libusb dependency to 1.0.9 for libusb_get_device_speed()Gravatar Martin Szulecki1-1/+1
2014-10-17Post-release version bump to 1.1.1Gravatar Martin Szulecki1-1/+1
2014-10-17configure.ac: Fix small typo in error message1.1.0Gravatar Martin Szulecki1-1/+1
2014-10-16Fix udev activation rule using wrong binary due to typoGravatar Martin Szulecki1-1/+1
2014-10-16Set bug report and home page URLs in AC_INIT()Gravatar Martin Szulecki1-1/+1
2014-10-16Bump autoconf requirement to 2.64Gravatar Martin Szulecki1-1/+1
2014-10-16Make sure configuration summary outputs correctly on OS XGravatar Martin Szulecki1-7/+4
2014-10-16The activation method on OS X is "manual" as we do not offer launchd supportGravatar Martin Szulecki1-1/+2
2014-10-16Set udevrulesdir only for platforms with udevGravatar Martin Szulecki1-1/+2
2014-10-16Use HAVE_SYSTEMD macro definition instead of WANT_SYSTEMDGravatar Martin Szulecki1-1/+1
2014-10-16Rename HAVE_SYSTEMD conditional into WANT_SYSTEMDGravatar Martin Szulecki1-1/+1
2014-10-15Post-release version bump to 1.1.0Gravatar Martin Szulecki1-1/+1
2014-10-14Use long options for udev activation rule as it's easier to understandGravatar Martin Szulecki1-1/+1
2014-10-14Add man page for usbmuxd daemonGravatar Martin Szulecki1-0/+1
2014-10-14Add "check-news" automake option to ensure correct NEWS file on releasesGravatar Martin Szulecki1-1/+1
2014-09-19Fix description format for default value in AC_ARG_WITH of preflight argumentGravatar Martin Szulecki1-1/+1
2014-09-19Add systemd activation autofoo with fallback for udev and manual activationGravatar Martin Szulecki1-4/+78
2013-12-13add support for reading and writing config and pair record filesGravatar Nikias Bassen1-1/+1
2013-12-13make libplist/protov1 support mandatoryGravatar Nikias Bassen1-23/+1
2013-09-26udev: lower rules numbering to make sure we start as early as possibleGravatar Nikias Bassen1-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.
2013-09-19Bump version to 1.0.9Gravatar Martin Szulecki1-1/+1
2013-09-19added preflight worker implementation to handle initial device pairingGravatar Nikias Bassen1-3/+27
2013-09-17remove libusbmuxd sources and adapt source tree to use autotoolsGravatar Nikias Bassen1-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