Michael Biebl <bi...@debian.org> writes:

> I followed the advise from libtoolize and added
> `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
> `-I m4' to ACLOCAL_AMFLAGS in Makefile.am
>
> When I now run "autoreconf -vfi" from a fresh git checkout, where the
> (empty) m4/ directory does not yet exist, I get a failure:
>
> autoreconf -vfi
> autoreconf: Entering directory `.'
> autoreconf: configure.ac: not using Gettext
> autoreconf: running: aclocal --force -I m4
> aclocal: couldn't open directory `m4': No such file or directory
> autoreconf: aclocal failed with exit status: 1
>
> I suggest that either autoreconf or aclocal should create that
> directory, before any of the tools tries to copy it's macro files there.

Hi Michael.

It's hard for me to see exactly why any of the tools should
create this directory.  It seems to me that, if you want files to
be put in a particular source directory, it's reasonable for the
tools to assume that you have already created that directory.

Can you explain why you think this is a bug?
-- 
Ben Pfaff 
http://benpfaff.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to