* Johann Oskarsson <Johann> writes:
> I think I'll need to make clean or something before I show the real
> make output. Can someone put up a detailed description on how I'm
> supposed to do this? Including any and all autoconf commands.
You should only need to re-run autoconf if configure.ac has changed
since the last time you configured. The command you need for that
is...
$ autoconf RET
I build like this...
M-x compile RET make distclean RET
M-x compile RET ./configure [OPTS] RET
M-x compile RET make 2>&1 | tee ,,make-all.out RET
M-x compile RET make check 2>&1 | tee ,,make-check.out RET
> This should probably be in a file in the repo somewhere.
I'm pretty sure it is somewhere.
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| In space, |
| No one can hear you rip a stinky |
|------------------------------------<steve@xxxxxxxxxxx>---|
pgplDDtMco3Id.pgp
Description: PGP signature
|