r8307: try to cope with flex and bison not being installed, in a similar fashion...
authorAndrew Tridgell <tridge@samba.org>
Mon, 11 Jul 2005 02:49:32 +0000 (02:49 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:20:04 +0000 (13:20 -0500)
commit14fb42204b894f6c46a84f441e0bc1923f3ac9ac
treeb31166dbf94b3707dd8b233cf9e76c1698ac97a8
parent76478d7eb145880e213ed8a399ce2171f43e18a4
r8307: try to cope with flex and bison not being installed, in a similar fashion to yapp for pidl

if they are installed, then we rebuild the generated files, otherwise
we use the ones in svn
(This used to be commit 6ab503b7cc902b8691dc80907bb44f1f705ab8ee)
source4/heimdal/lib/asn1/lex.c [new file with mode: 0644]
source4/heimdal/lib/asn1/parse.c [new file with mode: 0644]
source4/heimdal/lib/asn1/parse.h [new file with mode: 0644]
source4/heimdal/lib/com_err/lex.c [new file with mode: 0644]
source4/heimdal/lib/com_err/parse.c [new file with mode: 0644]
source4/heimdal/lib/com_err/parse.h [new file with mode: 0644]
source4/heimdal_build/build_external.sh