Update.
* sysdeps/unix/sysv/linux/configure.in: Fix handling of sysconfdir.
This commit is contained in:
parent
7f2826c836
commit
05d9898010
@ -1,5 +1,8 @@
|
|||||||
2001-07-06 Andreas Jaeger <aj@suse.de>
|
2001-07-06 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/configure.in: Fix handling of
|
||||||
|
sysconfdir.
|
||||||
|
|
||||||
* manual/libc-texinfo.sh: Add note for the FDL.
|
* manual/libc-texinfo.sh: Add note for the FDL.
|
||||||
|
|
||||||
* manual/argp.texi (Argp Example 4): Fix texinfo warning.
|
* manual/argp.texi (Argp Example 4): Fix texinfo warning.
|
||||||
|
@ -114,9 +114,7 @@ if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
|
|||||||
fi
|
fi
|
||||||
# Allow the user to override the path with --sysconfdir
|
# Allow the user to override the path with --sysconfdir
|
||||||
if test $sysconfdir = '${prefix}/etc'; then
|
if test $sysconfdir = '${prefix}/etc'; then
|
||||||
libc_cv_sysconfdir=/etc
|
sysconfdir=/etc
|
||||||
else
|
|
||||||
libc_cv_sysconfdir=$sysconfdir
|
|
||||||
fi
|
fi
|
||||||
libc_cv_rootsbindir="/sbin"
|
libc_cv_rootsbindir="/sbin"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user