Linux autotools patch

Discussion of development and patch submission.
Post Reply
AmatCoder
Posts: 28
Joined: Thu 02 Mar, 2017 8:45 pm

Linux autotools patch

Post by AmatCoder »

Hi to all!

I wrote one patch to fix building with autotools on Linux.
It is in a weird state right now and most probably it would require more improvements.
These are the minimum changes to bring it to a state where it can be used to compile PCem.

Changes are:
  • allegro.m4 file is added and configure.ac is modified to find it.
  • Symlinks are removed. Now they are regular files.
  • Scripts rebuilt
Regards.
Attachments
fix_autotools.patch
(159.51 KiB) Downloaded 245 times
AmatCoder
Posts: 28
Joined: Thu 02 Mar, 2017 8:45 pm

Re: Linux autotools patch

Post by AmatCoder »

Here another patch to fix segfault when there are no roms presents.
Attachments
fix_segfault.patch
(416 Bytes) Downloaded 253 times
User avatar
SarahWalker
Site Admin
Posts: 2054
Joined: Thu 24 Apr, 2014 4:18 pm

Re: Linux autotools patch

Post by SarahWalker »

Segfault fix patch committed at rev 653.
User avatar
SarahWalker
Site Admin
Posts: 2054
Joined: Thu 24 Apr, 2014 4:18 pm

Re: Linux autotools patch

Post by SarahWalker »

Autotools patch committed at rev 654.
Post Reply