summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-02-21 07:50:43 +0000
committerTom Tromey <tromey@redhat.com>1997-02-21 07:50:43 +0000
commit1b10e923eef05fb6f2b69224da187a33d54ce513 (patch)
tree6ff0027645c7b4a333fd32bf0730c8c1d7832b06 /configure.in
parent056e9fa1e5c45275438e31af77c3ada2a99b615a (diff)
downloadautomake-1b10e923eef05fb6f2b69224da187a33d54ce513.tar.gz
many fixes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index fc03afbfd..97766e934 100644
--- a/configure.in
+++ b/configure.in
@@ -3,6 +3,9 @@ AC_INIT(automake.in)
AM_INIT_AUTOMAKE(automake, 1.1l)
+# Find an appropriate tar for use in "dist" targets. A "best guess"
+# is good enough -- if we can't find GNU tar, we don't really care.
+AC_CHECK_PROGS(TAR, gnutar gtar tar)
AC_PATH_PROG(PERL, perl)
if test -z "$PERL"; then
echo "fatal error: perl not found" 1>&2