cebix / macemu

Basilisk II and SheepShaver Macintosh emulators
1.38k stars 288 forks source link

Add autogen for cxmon #213

Closed rickyzhang82 closed 4 years ago

rickyzhang82 commented 4 years ago

The configure file in cxmon is out of dated:

CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/Ricky/repo/github/macemu/cxmon/missing aclocal-1.15 
/home/Ricky/repo/github/macemu/cxmon/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
         You should only need it if you modified 'acinclude.m4' or
         'configure.ac' or m4 files included by 'configure.ac'.
         The 'aclocal' program is part of the GNU Automake package:
         <http://www.gnu.org/software/automake>
         It also requires GNU Autoconf, GNU m4 and Perl in order to run:
         <http://www.gnu.org/software/autoconf>
         <http://www.gnu.org/software/m4/>
         <http://www.perl.org/>
make: *** [Makefile:367: aclocal.m4] Error 127

It needs to reruns autoconf to update configure file. Add autogen.sh to automate the process.

Signed-off-by: Ricky Zhang rickyzhang@gmail.com