diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-08-13 18:10:31 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-08-13 18:10:31 +0000 |
commit | eb99cedbb19533357806b68033761b7f3aff625b (patch) | |
tree | bce57c4fc460fa3e7d2c63265e1f80d8894b24ac /configure.in | |
parent | 82314cc27190d6a77c6f11de32b00820ed997850 (diff) | |
download | hurd-eb99cedbb19533357806b68033761b7f3aff625b.tar.gz hurd-eb99cedbb19533357806b68033761b7f3aff625b.tar.bz2 hurd-eb99cedbb19533357806b68033761b7f3aff625b.zip |
*** empty log message ***
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 1492baca..2546be9b 100644 --- a/configure.in +++ b/configure.in @@ -1,13 +1,10 @@ dnl Process this file with autoconf to produce a configure script. -AC_REVISION([$Id: configure.in,v 1.6 1996/08/08 18:54:32 thomas Exp $]) +AC_REVISION([$Id: configure.in,v 1.7 1996/08/13 18:10:06 thomas Exp $]) AC_PREREQ(2.4) dnl Minimum Autoconf version required. AC_INIT(hurd/hurd_types.h) dnl A distinctive file to look for in srcdir. AC_PREFIX_DEFAULT() dnl Default to empty prefix, not /usr/local. -test "x$install_prefix" = xNONE && install_prefix='$prefix' -AC_SUBST(install_prefix) - AC_CANONICAL_HOST case "$host_os" in gnu*) ;; |