[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
autoreconf should indicate directory currently in
From: |
Ezra Peisach |
Subject: |
autoreconf should indicate directory currently in |
Date: |
Thu, 18 Oct 2001 17:55:37 -0400 (EDT) |
While running autoreconf, one of the configure.in scripts had an
error. I had no idea which directory the problem lay. The following
patch to autoreconf.in displays the relative directory that autoconf
is run in.
*** bin/autoreconf.in Thu Oct 18 16:11:34 EDT 2001
--- /tmp/krb5/auto/bin/autoreconf Thu Oct 18 17:34:23 EDT 2001
***************
*** 197,203 ****
if !/^configure\.(ac|in)$/;
my $configure_ac = $_;
! verbose "working on $configure_ac";
# If there is no AC_INIT, then we are not interested: it looks like
# a Cygnus thingy.
--- 197,203 ----
if !/^configure\.(ac|in)$/;
my $configure_ac = $_;
! verbose "working on $File::Find::dir/$configure_ac";
# If there is no AC_INIT, then we are not interested: it looks like
# a Cygnus thingy.
- autoreconf should indicate directory currently in,
Ezra Peisach <=