]> granicus.if.org Git - graphviz/commitdiff
`AC_CHECK_PROG(EGREP,...)` -> `AC_PROG_EGREP`
authorDavid Seifert <soap@gentoo.org>
Sun, 17 Apr 2022 10:53:37 +0000 (12:53 +0200)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 20 Apr 2022 00:22:33 +0000 (17:22 -0700)
configure.ac

index 070a8e91535b87cfd7ec5b3f5fb290db477fce5d..70acaaa0c290921419e44d3dd5dfb756bda2a2d2 100644 (file)
@@ -268,6 +268,7 @@ AM_PROG_LEX
 AC_PROG_YACC
 AC_PROG_AWK
 AC_PROG_SED
+AC_PROG_EGREP
 AC_PROG_INSTALL
 AC_PROG_LN_S
 LT_INIT
@@ -275,7 +276,6 @@ LT_INIT
 # prefer GNU variants over, say, Oracle's or Apples
 AC_CHECK_PROGS(SORT,gsort sort,false)
 
-AC_CHECK_PROG(EGREP,egrep,egrep,false)
 AC_CHECK_PROG(GROFF,groff,groff,false)
 AC_CHECK_PROGS(PS2PDF,ps2pdf pstopdf,false)
 AM_CONDITIONAL(HAVE_PS2PDF,[test "x$PS2PDF" != xfalse])