This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: configure --sysconfdir=/.. broken


   From: Andreas Jaeger <aj@suse.de>
   Date: 07 Jun 2000 16:36:32 +0200

   We've got a bug report that --sysconfdir=/some-dir isn't honoured at
   all.  Looking at the configure files, I noticed:

   AC_SUBST(libc_cv_slibdir)
   AC_SUBST(libc_cv_localedir)
   AC_SUBST(libc_cv_sysconfdir)
   AC_SUBST(libc_cv_rootsbindir)

   But these are never set.  I'm appending a patch to fix this for
   sysconfdir.  May I commit this?

No!  Take a look at sysdeps/unix/sysv/linux/configure.in.  The
libc_cv_ variables are set there.

Mark

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]