The International Simutrans Forum

Simutrans Extended => Patches/pull requests for consideration => Simutrans-Extended development => Incorporated patches/merged pull requests => Topic started by: Matthew on May 27, 2022, 01:31:05 AM

Title: Update configure.ac
Post by: Matthew on May 27, 2022, 01:31:05 AM
Running autoconf gave me the following error messages:

configure.ac:129: warning: AC_OUTPUT should be used without arguments.
configure.ac:129: You should run autoupdate.

It seems that the syntax used on line 129 has been deprecated (possibly in the previous century  :-[  )

Running autoupdate corrected this and what I assume is another minor syntax error.

Standard's version of configure.ac seems to have already made these changes.

Pull request #544 (https://github.com/jamespetts/simutrans-extended/pull/544) incorporates autoupdates's suggestions.

So I have done some basic due diligence but am fairly out of my depth here. :exclaim:
Title: Re: Update configure.ac
Post by: jamespetts on May 27, 2022, 06:29:43 PM
Now incorporated - thank you.