diff options
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/configure.in b/configure.in index 491c3af9dce..4d7e2d6ab3f 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -3012,6 +3012,7 @@ fi | |||
| 3012 | ### Use configuration here uncanonicalized to avoid exceeding size limits. | 3012 | ### Use configuration here uncanonicalized to avoid exceeding size limits. |
| 3013 | AC_SUBST(version) | 3013 | AC_SUBST(version) |
| 3014 | AC_SUBST(configuration) | 3014 | AC_SUBST(configuration) |
| 3015 | ## Unused? | ||
| 3015 | AC_SUBST(canonical) | 3016 | AC_SUBST(canonical) |
| 3016 | AC_SUBST(srcdir) | 3017 | AC_SUBST(srcdir) |
| 3017 | AC_SUBST(prefix) | 3018 | AC_SUBST(prefix) |
| @@ -3033,6 +3034,9 @@ AC_SUBST(bitmapdir) | |||
| 3033 | AC_SUBST(gamedir) | 3034 | AC_SUBST(gamedir) |
| 3034 | AC_SUBST(gameuser) | 3035 | AC_SUBST(gameuser) |
| 3035 | AC_SUBST(unexec) | 3036 | AC_SUBST(unexec) |
| 3037 | ## FIXME? Nothing uses @LD_SWITCH_X_SITE@. | ||
| 3038 | ## src/Makefile.in did add LD_SWITCH_X_SITE (as a cpp define) to the | ||
| 3039 | ## end of LIBX_BASE, but nothing ever set it. | ||
| 3036 | AC_SUBST(LD_SWITCH_X_SITE) | 3040 | AC_SUBST(LD_SWITCH_X_SITE) |
| 3037 | AC_SUBST(C_SWITCH_X_SITE) | 3041 | AC_SUBST(C_SWITCH_X_SITE) |
| 3038 | AC_SUBST(C_SWITCH_X_SYSTEM) | 3042 | AC_SUBST(C_SWITCH_X_SYSTEM) |
| @@ -3060,18 +3064,6 @@ AC_DEFINE_UNQUOTED(config_machfile, "${machfile}", | |||
| 3060 | [Define to the used machine dependent file.]) | 3064 | [Define to the used machine dependent file.]) |
| 3061 | AC_DEFINE_UNQUOTED(config_opsysfile, "${opsysfile}", | 3065 | AC_DEFINE_UNQUOTED(config_opsysfile, "${opsysfile}", |
| 3062 | [Define to the used os dependent file.]) | 3066 | [Define to the used os dependent file.]) |
| 3063 | AC_DEFINE_UNQUOTED(LD_SWITCH_X_SITE, ${LD_SWITCH_X_SITE}, | ||
| 3064 | [Define LD_SWITCH_X_SITE to contain any special flags your loader | ||
| 3065 | may need to deal with X Windows. For instance, if you've defined | ||
| 3066 | HAVE_X_WINDOWS above and your X libraries aren't in a place that | ||
| 3067 | your loader can find on its own, you might want to add "-L/..." or | ||
| 3068 | something similar.]) | ||
| 3069 | AC_DEFINE_UNQUOTED(C_SWITCH_X_SITE, ${C_SWITCH_X_SITE}, | ||
| 3070 | [Define C_SWITCH_X_SITE to contain any special flags your compiler | ||
| 3071 | may need to deal with X Windows. For instance, if you've defined | ||
| 3072 | HAVE_X_WINDOWS above and your X include files aren't in a place | ||
| 3073 | that your compiler can find on its own, you might want to add | ||
| 3074 | "-I/..." or something similar.]) | ||
| 3075 | 3067 | ||
| 3076 | XMENU_OBJ= | 3068 | XMENU_OBJ= |
| 3077 | XOBJ= | 3069 | XOBJ= |