bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `-f' ignored? autom4te.cache issue?


From: Akim Demaille
Subject: Re: `-f' ignored? autom4te.cache issue?
Date: 11 Oct 2002 16:02:06 +0200
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Honest Recruiter)

| This looks like a bug to me:
| `autoconf -f' prints an error message while
| `rm -Rf autom4te.cache; autoconf' doesn't.
| 
| ~/tmp/clean % ls -la
| total 8
| drwxr-xr-x    2 adl      lrde         1024 Oct 10 17:38 ./
| drwx------   13 adl      lrde         7168 Oct 10 17:38 ../
| ~/tmp/clean % cat > configure.ac
| AC_INIT
| m4_include(bar)
| ~/tmp/clean % echo 'm4_include(foo)' > bar
| ~/tmp/clean % touch foo
| ~/tmp/clean % autoconf
| ~/tmp/clean % mkdir sub
| ~/tmp/clean % mv foo sub
| ~/tmp/clean % echo 'm4_include(sub/foo)' > bar
| ~/tmp/clean % autoconf
| autom4te: no such file or directory: foo
| ~/tmp/clean % autoconf -f
| autom4te: no such file or directory: foo
| ~/tmp/clean % rm -Rf autom4te.cache
| ~/tmp/clean % autoconf
| ~/tmp/clean %
| 
| This is Autoconf 2.54.

Thanks for the report!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]