Mercurial > hg > xemacs-beta
comparison configure.in @ 104:cf808b4c4290 r20-1b4
Import from CVS: tag r20-1b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:16:51 +0200 |
parents | 4be1180a9e89 |
children | 360340f9fd5f |
comparison
equal
deleted
inserted
replaced
103:30eda07fe280 | 104:cf808b4c4290 |
---|---|
859 #### Make symlinks for etc, lisp, and info directories while the path | 859 #### Make symlinks for etc, lisp, and info directories while the path |
860 #### is still relative. We don't symlink lock because someone may | 860 #### is still relative. We don't symlink lock because someone may |
861 #### have stuck the source on a read-only partition. Instead we'll | 861 #### have stuck the source on a read-only partition. Instead we'll |
862 #### create it as an actual directory later on if it doesn't already | 862 #### create it as an actual directory later on if it doesn't already |
863 #### exist. | 863 #### exist. |
864 for dir in etc lisp man info | 864 for dir in lisp etc man info site-lisp |
865 do | 865 do |
866 if test ! -d $dir ; then | 866 if test ! -d $dir ; then |
867 echo Making symbolic link to ${srcdir}/$dir | 867 echo Making symbolic link to ${srcdir}/$dir |
868 ${LN_S} ${srcdir}/$dir . | 868 ${LN_S} ${srcdir}/$dir . |
869 fi | 869 fi |
870 done | 870 done |
871 | |
871 [ | 872 [ |
872 #### Make srcdir absolute, if it isn't already. It's important to | 873 #### Make srcdir absolute, if it isn't already. It's important to |
873 #### avoid running the path through pwd unnecessary, since pwd can | 874 #### avoid running the path through pwd unnecessary, since pwd can |
874 #### give you automounter prefixes, which can go away. | 875 #### give you automounter prefixes, which can go away. |
875 case "${srcdir}" in | 876 case "${srcdir}" in |
3084 dnl autodetected. For things that are autodetected, define them | 3085 dnl autodetected. For things that are autodetected, define them |
3085 dnl at the point where the autodetection occurs or would occur, | 3086 dnl at the point where the autodetection occurs or would occur, |
3086 dnl so that the user gets immediate feedback on the results of the | 3087 dnl so that the user gets immediate feedback on the results of the |
3087 dnl autodetection. | 3088 dnl autodetection. |
3088 | 3089 |
3089 test -n "${puresize}" && AC_DEFINE_UNQUOTED(PURESIZE, ${puresize}) | 3090 test -n "${puresize}" && AC_DEFINE_UNQUOTED(RAW_PURESIZE, ${puresize}) |
3090 IF_YES_AC_DEFINE(HAVE_X_WINDOWS,HAVE_X_WINDOWS) | 3091 IF_YES_AC_DEFINE(HAVE_X_WINDOWS,HAVE_X_WINDOWS) |
3091 IF_YES_AC_DEFINE(HAVE_XFREE386, HAVE_XFREE386) | 3092 IF_YES_AC_DEFINE(HAVE_XFREE386, HAVE_XFREE386) |
3092 | 3093 |
3093 if test "${GNU_MALLOC}" = yes; then AC_DEFINE(GNU_MALLOC) | 3094 if test "${GNU_MALLOC}" = yes; then AC_DEFINE(GNU_MALLOC) |
3094 elif test "${use_system_malloc}" = yes; then AC_DEFINE(USE_SYSTEM_MALLOC) | 3095 elif test "${use_system_malloc}" = yes; then AC_DEFINE(USE_SYSTEM_MALLOC) |