On Fri, Oct 02, 2009 at 10:08:42AM -0700, Andrew Potter wrote: > > On Fri, 2009-10-02 at 18:36 +0200, Andreas Reuleaux wrote: > > $ git clone git://github.com/jwiegley/ledger.git > > $ cd ledger > > next step is to run > > $ ./acprep > > Run './acprep update' first. > This should pull in the needed file. >
Yes, that did it, thanks. i. e. I used $ ./acprep update -- --prefix=/opt/ledger to get my prefix. By the way, this ./acprep update... seems to do in one step: * create the configure Skript * call configure * and call make Is there a way to have this ./acprep just do the necessary update and create the configure script and than do the rest in the traditional way by hand?: $ ./configure ... $ make # make install -Andreas
