* configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
This commit is contained in:
parent
e21c057f16
commit
5d77b1da2b
@ -1,5 +1,7 @@
|
|||||||
2002-10-18 Jeff Bailey <jbailey@gnu.org>
|
2002-10-18 Jeff Bailey <jbailey@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
|
||||||
|
|
||||||
* sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
|
* sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
|
||||||
* sysdeps/generic/configure.in: Likewise.
|
* sysdeps/generic/configure.in: Likewise.
|
||||||
* sysdeps/i386/elf/configure.in: Likewise.
|
* sysdeps/i386/elf/configure.in: Likewise.
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_REVISION([$CVSid$])
|
AC_REVISION([$CVSid$])
|
||||||
AC_PREREQ(2.53)dnl dnl Minimum Autoconf version required.
|
AC_PREREQ(2.53)dnl dnl Minimum Autoconf version required.
|
||||||
AC_INIT(include/features.h)
|
AC_INIT([GNU C Library], [(see version.h)], [glibc])
|
||||||
|
AC_CONFIG_SRCDIR([include/features.h])
|
||||||
AC_CONFIG_HEADER(config.h)
|
AC_CONFIG_HEADER(config.h)
|
||||||
AC_CONFIG_AUX_DIR(scripts)
|
AC_CONFIG_AUX_DIR(scripts)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user