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
__
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
> wrote:
>
> Hi Louis,
>
> the way you do it looks OK (provided that you ru
Hi Louis,
the way you do it looks OK (provided that you run ./configure
or even better autoreconf ; ./configure
after svn up).
However, there were many "using namespace std;" declarations in the
source files (many of them
in header files so that they aff