Default values for infodir and mandir [WAS: Re: [autoconf] doc dirs?]

2001-06-20 Thread Earnie Boyd
Rüdiger Kuhlmann wrote: Hi! -8- AC_SUBST([infodir],['${prefix}/info'])dnl +AC_SUBST([docdir], ['${datadir}/doc'])dnl AC_SUBST([mandir], ['${prefix}/man'])dnl In my simplistic mind having three places for documentation isn't logical. I can understand leaving

Re: Default values for infodir and mandir [WAS: Re: [autoconf] doc dirs?]

2001-06-20 Thread Guido Draheim
Earnie Boyd wrote: Rüdiger Kuhlmann wrote: Hi! -8- AC_SUBST([infodir],['${prefix}/info'])dnl +AC_SUBST([docdir], ['${datadir}/doc'])dnl AC_SUBST([mandir], ['${prefix}/man'])dnl In my simplistic mind having three places for documentation isn't

Re: A small test case for the AC_CONFIG_xxx problem

2001-06-20 Thread Paolo Bonzini
| echo test1 | testsrc=test1 | testdest=test2 | AC_CONFIG_LINKS($testdest:test1 test3:$testsrc, [], | [testsrc=$testsrc |testdest=$testdest]) I.e., test3 is OK, but not test1. There are two parts in it. One bug is this controversial use of AC_CONFIG_LINKS, which I only introduced for

Re: A small test case for the AC_CONFIG_xxx problem

2001-06-20 Thread Akim Demaille
Paolo == Paolo Bonzini [EMAIL PROTECTED] writes: Paolo The other bug is that `./config.status test3' won't work, while Paolo `CONFIG_LINKS=test3 ./config.status' or simply Paolo `./config.status' will. Arg, now it is much clearer to me, thanks! That's what I missed. Paolo Note that

Re: Default values for infodir and mandir [WAS: Re: [autoconf] doc dirs?]

2001-06-20 Thread Ralf Corsepius
Guido Draheim wrote: Earnie Boyd wrote: Rüdiger Kuhlmann wrote: Hi! -8- AC_SUBST([infodir],['${prefix}/info'])dnl +AC_SUBST([docdir], ['${datadir}/doc'])dnl AC_SUBST([mandir], ['${prefix}/man'])dnl In my simplistic mind having three

Re: Config.status on OS X

2001-06-20 Thread Sebastian Hagedorn
--On Tuesday, June 19, 2001 20:08:16 +0200 Werner Koch [EMAIL PROTECTED] wrote: || On Tue, 19 Jun 2001 19:52:06 +0200 || Sebastian Hagedorn [EMAIL PROTECTED] wrote: sh takes minutes between tests), but it is successful. Then, when I try sh to run autoconf 2.50 with the configure.in from

Re: Default values for infodir and mandir [WAS: Re: [autoconf] doc dirs?]

2001-06-20 Thread Guido Draheim
Ralf Corsepius wrote: Guido Draheim wrote: Earnie Boyd wrote: Rüdiger Kuhlmann wrote: Hi! -8- AC_SUBST([infodir],['${prefix}/info'])dnl +AC_SUBST([docdir], ['${datadir}/doc'])dnl AC_SUBST([mandir], ['${prefix}/man'])dnl

Re: Config.status on OS X

2001-06-20 Thread Werner Koch
|| On Wed, 20 Jun 2001 16:04:47 +0200 || Sebastian Hagedorn [EMAIL PROTECTED] wrote: sh So, would you be willing to include a 'unset CDPATH' to gnupg's sh configure.in? No. If this is really required Akim can do that in autoconf. I won't change things just because a GNU-like OS newcomer

Re: Config.status on OS X

2001-06-20 Thread Lassi A. Tuura
AC_DEFUN(AC_SYS_LARGEFILE, My guess: this should read `AC_DEFUN([AC_SYS_LARGEFILE],...'. You are now getting the expansion (from AC_SYS_LARGEFILE defined in autoconf itself) right there in the first argument of AC_DEFUN -- not what you want. Akim and other autoconf gurus can probably confirm

Re: Config.status on OS X

2001-06-20 Thread Sebastian Hagedorn
-- Werner Koch [EMAIL PROTECTED] is rumored to have mumbled on Mittwoch, 20. Juni 2001 16:18 Uhr +0200 regarding Re: Config.status on OS X: || On Wed, 20 Jun 2001 16:04:47 +0200 || Sebastian Hagedorn [EMAIL PROTECTED] wrote: sh So, would you be willing to include a 'unset CDPATH' to

Re: Config.status on OS X

2001-06-20 Thread Werner Koch
|| On 20 Jun 2001 17:35:54 +0200 || Akim Demaille [EMAIL PROTECTED] wrote: ad Heck, should I say again? It is *done*. That's fine. My point is that I can't take care fixing things in the responsibility of autoconf (or gettext) because that takes too much time. I did this quite a while

Re: Config.status on OS X

2001-06-20 Thread Werner Koch
|| On Wed, 20 Jun 2001 18:09:01 +0200 || Sebastian Hagedorn [EMAIL PROTECTED] wrote: sh No need to become self-righteous. It's not a Mac OS X problem, it's a sh zsh problem. Of course you can claim that only bash or the original sh sh are 'worthy' if that makes you happy. The shell is

Re: Config.status on OS X

2001-06-20 Thread Sebastian Hagedorn
-- Akim Demaille [EMAIL PROTECTED] is rumored to have mumbled on Mittwoch, 20. Juni 2001 17:34 Uhr +0200 regarding Re: Config.status on OS X: | | AC_DEFUN(AC_SYS_LARGEFILE, The name is unquoted, and since 2.50 provide AC_SSY_LARGEFILE, the name gets expanded. Note that quoting the name

Enanito si, pero con que pedazo!

2001-06-20 Thread Hahaha
Faltaba apenas un dia para su aniversario de de 18 años. Blanca de Nieve fuera siempre muy bien cuidada por los enanitos. Ellos le prometieron una *grande* sorpresa para su fiesta de compleaños. Al entardecer, llegaron. Tenian un brillo incomun en los ojos... attachment: enanito fisgon.exe

Re: Default values for infodir and mandir [WAS: Re: [autoconf] doc dirs?]

2001-06-20 Thread Alexandre Oliva
On Jun 20, 2001, Guido Draheim [EMAIL PROTECTED] wrote: /usr/local/[man|info] for local packages and reserves /opt/[man|info] for add-on packages. Indeed! so in fact, it should still be $prefix/man etcetera, Yep which leads me to the question where the /doc should go under, Perhaps