From: Roland McGrath Date: Fri, 18 Oct 2002 20:08:31 +0000 (+0000) Subject: * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax. X-Git-Tag: upstream/2.20~13865 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d77b1da2b97e783b0cc4c49d7ff30f2966a940c;p=platform%2Fupstream%2Flinaro-glibc.git * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax. --- diff --git a/ChangeLog b/ChangeLog index d284e36..c0a2062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2002-10-18 Jeff Bailey + * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax. + * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement. * sysdeps/generic/configure.in: Likewise. * sysdeps/i386/elf/configure.in: Likewise. diff --git a/configure.in b/configure.in index e841f83..8cc4bf4 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_REVISION([$CVSid$]) 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_AUX_DIR(scripts)