autogen.sh in OS X

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
MeddlingMonk
Posts: 237
Joined: Thu May 14, 2020 1:34 pm

autogen.sh in OS X

Post by MeddlingMonk »

Lately I've been unable to make builds of Exult that will run. At the moment I'm not concerned about that because I suspect the problem is maybe only due to something new happening when I run autogen.sh. Recently I've been getting
glibtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
glibtoolize: rerunning glibtoolize, to keep the correct libtool macros in-tree.
glibtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
among the expected output. I have no problem following the suggestion about configure.ac (and the output indicates it's happy when I do) but there's no ACLOCAL_AMFLAGS that I can find in makefile.am. Of course I can add the whole thing, but I'm assuming that where I add it matters (I tried adding it at random and got the same output).

So, assuming that something weird isn't actually going on, where should I put ACLOCAL_AMFLAGS -I m4 in makefile.am?
monotremata
Posts: 246
Joined: Thu May 14, 2020 1:34 pm

Re: autogen.sh in OS X

Post by monotremata »

Hmm havent built it since June or so when we were all trying to make a package for OS X but.. Just updated my source to whatevers current as of 12:59pm 10/14/08 and autogen.sh and configure just ran fine.
Im on the make step now so hopefully it still goes well, cause I forgot to backup the folder that had my last working exult.app in it hehehe.
Morbius Dragon
-==(UDIC)==-
Since 1992!
MeddlingMonk
Posts: 237
Joined: Thu May 14, 2020 1:34 pm

Re: autogen.sh in OS X

Post by MeddlingMonk »

Of course, you've got a different setup so maybe it's some kind of Fink-related issue. I don't know. It just started happening with all the recent svn updates. If I ignore the messages and just make and make bundle it all goes without any errors but won't run and the log error claims that the .flx files fail the CRC check (I think).
MeddlingMonk
Posts: 237
Joined: Thu May 14, 2020 1:34 pm

Re: autogen.sh in OS X

Post by MeddlingMonk »

And all of a sudden my problem is gone. There have been no new snapshots since I last tried but many updated Fink packages (including development packages) so I guess that confirms it. I use the unstable branch which probably explains everything.
paulo

Re: autogen.sh in OS X

Post by paulo »

Bump. These warnings is occurring on svn, can you fix dominus?
Dominus
Site Admin
Posts: 5656
Joined: Thu May 14, 2020 1:34 pm

Re: autogen.sh in OS X

Post by Dominus »

No, ignore those warnings, they are not causing any error. Feel free to patch it though.
--
Read the documentation and the FAQ! There is no excuse for not reading them! RTFM
Read the Rules!
We do not support Piracy/Abandonware/Warez!
Locked