]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Look for perl
authorTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 19:08:06 +0000 (19:08 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 27 Nov 1995 19:08:06 +0000 (19:08 +0000)
configure.in

index 1a915f118c3fd5c639e3226189505e60eafa2f3e..a3dcfb37ee17811de4a95eef086677cd132928fc 100644 (file)
@@ -14,6 +14,10 @@ ALL_LINGUAS=
 AC_ARG_PROGRAM
 fp_PROG_INSTALL
 
+AC_PATH_PROG(PERL, perl,
+echo "Perl not found; aborting"
+exit 1)
+
 dnl
 dnl NLS configuration.
 dnl