Autoreconf should become available if you install any autoconf package. Something like this should get you going: `brew install autoconf automake libtool'
~Brian ________________________________ Brian Robert Callahan, Ph.D. Lecturer, ITWS@RPI Office: Amos Eaton 132 ________________________________ From: Bug-apl [[email protected]] on behalf of lchretien--- via Bugs and suggestions for GNU APL [[email protected]] Sent: Monday, January 25, 2021 2:45 PM To: Louis Chretien via Bugs and suggestions for GNU APL Subject: Re: SVN 1404 warning on Mac OS Apparently, “autoreconf” does not exist on Mac OS X. Here’s my rebuild script: cd ~/Subversion rm -rf apl mkdir apl cd apl cp -rp ../gnu-apl.svn/. . ./configure make On Jan 25, 2021, at 05:34, Dr. Jürgen Sauermann <[email protected]<mailto:[email protected]>> wrote: Hi Louis, the way you do it looks OK (provided that you run ./configure or even better autoreconf ; ./configure after svn up). --- Louis Chrétien [email protected]<mailto:[email protected]>
