diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-18 20:08:31 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-18 20:08:31 +0000 |
commit | 5d77b1da2b97e783b0cc4c49d7ff30f2966a940c (patch) | |
tree | d0cd4327489b7bebab0f8de95d8431c6b84809bd /configure.in | |
parent | e21c057f161eb64dbf4b70a3707f9900d3e3748e (diff) | |
download | glibc-5d77b1da2b97e783b0cc4c49d7ff30f2966a940c.tar.gz |
* configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e841f83a40..8cc4bf4b02 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) |