From: ellson Date: Tue, 18 Oct 2005 21:12:35 +0000 (+0000) Subject: add AM_PROG_GCJ X-Git-Tag: LAST_LIBGRAPH~32^2~7040 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82b510076bc7ea7a50e1e0d860b6888ef0826e55;p=graphviz add AM_PROG_GCJ --- diff --git a/configure.ac b/configure.ac index c99984215..3b3451847 100644 --- a/configure.ac +++ b/configure.ac @@ -202,6 +202,7 @@ AM_PROG_LEX AC_PROG_YACC AC_PROG_AWK AM_PROG_LIBTOOL +AM_PROG_GCJ AC_PROG_INSTALL AC_PROG_LN_S AC_CHECK_PROG(SED,sed,sed,false)