Remove .cvsignore files; replace with .gitignore as needed.
[srvx.git] / configure.in
index b4fde7e86dcc0b33aa27df1b478ed3a9d386a2af..ce1d911359a45d73e417dbf2b8de21f9b4ab575c 100644 (file)
@@ -25,9 +25,9 @@ AC_PROG_LN_S
 AC_PROG_MAKE_SET
 AC_PROG_GCC_TRADITIONAL
 
-dnl Look for a GNU Arch program
-AC_CHECK_PROGS(GNU_ARCH, [baz tla])
-AM_CONDITIONAL(HAS_GNU_ARCH, test z$GNU_ARCH != z)
+dnl Look for a git client
+AC_CHECK_PROGS(GIT, [git])
+AM_CONDITIONAL(HAS_GIT, test z$GIT != z)
 
 dnl nice that unixes can all follow a standard.
 case $target in