diff options
| author | Dave Love | 2000-12-11 17:17:41 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-11 17:17:41 +0000 |
| commit | 349790558bb24b712abcf45b40e2e05acb099a27 (patch) | |
| tree | 5d05c41d1936ad6a3143146bb1fc7214728efe29 | |
| parent | 557dcfd7735cc960421c47d7be44339297afaddd (diff) | |
| download | emacs-349790558bb24b712abcf45b40e2e05acb099a27.tar.gz emacs-349790558bb24b712abcf45b40e2e05acb099a27.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | configure | 10 |
2 files changed, 9 insertions, 5 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2000-12-11 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * configure.in <alpha*-dec-osf*>: Use full path for NON_GNU_CPP. | ||
| 4 | |||
| 1 | 2000-12-11 Paul Eggert <eggert@twinsun.com> | 5 | 2000-12-11 Paul Eggert <eggert@twinsun.com> |
| 2 | 6 | ||
| 3 | * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE): | 7 | * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE): |
| @@ -885,11 +885,11 @@ case "${canonical}" in | |||
| 885 | # This is needed to find X11R6.1 libraries for certain tests. | 885 | # This is needed to find X11R6.1 libraries for certain tests. |
| 886 | NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | 886 | NON_GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib |
| 887 | GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib | 887 | GCC_LINK_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib |
| 888 | # This is necessary on 5.0 to avoid mangling src/Makefile due to | 888 | # NON_GNU_CPP is necessary on 5.0 to avoid mangling src/Makefile |
| 889 | # non-traditional preprocessing with the current compiler defaults. | 889 | # due to non-traditional preprocessing with the current compiler |
| 890 | # OSF 4 can also have that compiler version, and there seems always | 890 | # defaults. OSF 4 can also have that compiler version, and there |
| 891 | # to have been a usable /usr/bin/cpp. | 891 | # seems always to have been a usable /usr/bin/cpp. |
| 892 | NON_GNU_CPP='cpp' | 892 | NON_GNU_CPP=/usr/bin/cpp |
| 893 | case "${canonical}" in | 893 | case "${canonical}" in |
| 894 | alpha*-dec-osf[5-9]*) | 894 | alpha*-dec-osf[5-9]*) |
| 895 | opsys=osf5-0 ;; | 895 | opsys=osf5-0 ;; |