Whamcloud - gitweb
ChangeLog, configure, MCONFIG.in, configure.in:
authorTheodore Ts'o <tytso@mit.edu>
Wed, 2 Feb 2000 16:13:14 +0000 (16:13 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 2 Feb 2000 16:13:14 +0000 (16:13 +0000)
commit73ae2d4a23f04e129cd08e29d9124620ad7b4300
tree661b419f6ca60b92b6d96f527223a0fba976b823
parent41a817eb13690fb6c7569df462fb9d76028ca9df
ChangeLog, configure, MCONFIG.in, configure.in:
  MCONFIG.in: Always include src/include in the include path now.  This
   forces us to use our internally provided ext2_fs.h file, for sanity's
   sake.
  configure.in: If linux/fs.h isn't found, then add build/include into
   the include path only, since src/include is now always included.
   Removed define of HAVE_LINUX_FS_H, since we're not using it any more.
   Removed i_version vs. i_generation check, since with the included
   header file it is a permanently known quantity.  Removed AC_C_CROSS
   since it has been merged into AC_PROG_CC in autoconf 2.13.
ChangeLog
MCONFIG.in
configure
configure.in