[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Libcdio-devel] Adding required m4 files
From: |
Peter Creath |
Subject: |
Re: [Libcdio-devel] Adding required m4 files |
Date: |
Mon, 9 Jun 2008 11:51:53 -0400 |
On Sun, Jun 8, 2008 at 10:55 PM, R. Bernstein <address@hidden> wrote:
> Do you know what specifically would have be be installed on Mac OS X?
It looked like autogen.sh wanted gettext and pkg-config, neither of
which is really necessary to build libcdio. It also couldn't find
iconv.m4, despite having iconv installed.
> The default behavior of the automate system seems to be to include
> them. (More specifically, "make dist" includes the m4 directory
> without any change above what you had.)
Once aclocal.m4 is created, you don't really need the m4 directory any
more. So m4 probably shouldn't go into dist since autogen.sh doesn't
either.