libimobiledevice / libusbmuxd

A client library to multiplex connections from and to iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
589 stars 270 forks source link

Syntax error from ./autogen.sh #128

Open teddiebean opened 1 year ago

teddiebean commented 1 year ago

Getting the below syntax error after script goes through sanity checks:

./configure: 12782: Syntax error: word unexpected (expecting ")")

unable to make as a result

nikias commented 1 year ago

Since configure is a generated file, can you post 20 lines before and 20 lines after the affected line 12782? Then I can have a look.