diff options
author | Dave Love <fx@gnu.org> | 2000-06-03 18:53:11 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-03 18:53:11 +0000 |
commit | edcc1067b6d81aadf43f1d9397817d8173857762 (patch) | |
tree | 3615981f38389dcfd4ce3d4d17dc4fa585d11ba5 /aclocal.m4 | |
parent | bfa6c260846c848060d01f43f6789242bf22d0df (diff) | |
download | emacs-edcc1067b6d81aadf43f1d9397817d8173857762.tar.gz |
comment
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 0238e0c8cda..e5bc43cdbc1 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -278,6 +278,9 @@ else fi ])# AC_C_PROTOTYPES +dnl The following isn't in the prerelease autoconf at this time, but +dnl eggert expects it to go in eventually. + dnl By default, many hosts won't let programs access large files; dnl one must use special compiler options to get large-file access to work. dnl For more details about this brain damage please see: |