Re: [gettext] changequote considered harmful

2005-07-28 Thread Stepan Kasal
Hello, On Wed, Jul 27, 2005 at 04:55:58PM +0200, Bruno Haible wrote: > > +typedef int array [[2 * (__GNU_GETTEXT_SUPPORTED_REVISION(0) >= 1) - 1]]; OK, I think I see why you don't like this. (Paul Eggert prefers it, so I tried it... ;-). Actually, my preference is to quote the whole blocks of t

Re: Mac OS X library path woes / issues / complaints

2005-07-28 Thread tom fogal
<[EMAIL PROTECTED]>Bob Friesenhahn writes: >On Wed, 27 Jul 2005, Noah Misch wrote: > >> On Tue, Jul 26, 2005 at 02:57:29PM -0400, tom fogal wrote: >>> Of course, the user has the option of specifying >>> LDFLAGS="/opt/local/lib" (or whatever) on their ./configure line, and >>> then the configure s

creating a distro

2005-07-28 Thread Bob Rossi
Hi, I was wondering, in order to create a distro via 'make dist', you have to run configure first. Does it matter what options you give to configure? or will the distro come out the same either way? Also, I have a small question, I have, EXTRA_DIST=config $(READLINE_DIR) in one of my Makefile.

Re: creating a distro

2005-07-28 Thread Bob Friesenhahn
On Thu, 28 Jul 2005, Bob Rossi wrote: I was wondering, in order to create a distro via 'make dist', you have to run configure first. Does it matter what options you give to configure? or will the distro come out the same either way? The only standard option I can think of which may have an effe

Re: creating a distro

2005-07-28 Thread Bob Rossi
> >Also, I have a small question, I have, > > EXTRA_DIST=config $(READLINE_DIR) > >in one of my Makefile.am's. However, it is picking up the > >$(READLINE_DIR) from my build directory. I want it to pick up the > >READLINE_DIR from my source directory. Is there any way to do this? > > Use $(srcdir

Re: creating a distro

2005-07-28 Thread Harlan Stenn
I have a distro that contains optionally-built subdirs. I have found that I must enable these builds if I am going to "make dist". At least, that's what I remember... H ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/

Re: creating a distro

2005-07-28 Thread Stepan Kasal
Hi, this is an Automake question, so please let's move to the Automake list. On Fri, Jul 29, 2005 at 02:47:15AM +, Harlan Stenn wrote: > I have a distro that contains optionally-built subdirs. > I have found that I must enable these builds if I am going to "make > dist". No, you can use DIS