diff options
| author | Glenn Morris | 2012-04-30 20:12:02 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-04-30 20:12:02 -0400 |
| commit | 4737362e43c22bb212c33667f0c264dc7772dc03 (patch) | |
| tree | 00f3164077c6d45cf3e4d7b0d50d450bdde9a736 /src | |
| parent | 74dd3a6bbbd97771520fdff5f52844ddfd2f79fa (diff) | |
| download | emacs-4737362e43c22bb212c33667f0c264dc7772dc03.tar.gz emacs-4737362e43c22bb212c33667f0c264dc7772dc03.zip | |
Remove LD_SWITCH_X_SITE_AUX, which is no longer used
* configure.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
* src/Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/Makefile.in | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 25e33d61199..dc8683839a6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-05-01 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (LD_SWITCH_X_SITE_AUX): Remove; no longer used. | ||
| 4 | |||
| 1 | 2012-04-30 Andreas Schwab <schwab@linux-m68k.org> | 5 | 2012-04-30 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 6 | ||
| 3 | * .gdbinit (xpr): Remove checks for no longer existing misc types. | 7 | * .gdbinit (xpr): Remove checks for no longer existing misc types. |
diff --git a/src/Makefile.in b/src/Makefile.in index 37480f8269d..7bea8c2b29d 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -94,10 +94,8 @@ C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ | |||
| 94 | ## substituted in this or any other Makefile. Cf C_SWITCH_X_SITE. | 94 | ## substituted in this or any other Makefile. Cf C_SWITCH_X_SITE. |
| 95 | LD_SWITCH_X_SITE= | 95 | LD_SWITCH_X_SITE= |
| 96 | 96 | ||
| 97 | ## Next two must come before LD_SWITCH_SYSTEM. | 97 | ## This must come before LD_SWITCH_SYSTEM. |
| 98 | ## If needed, a -R option that says where to find X windows at run time. | 98 | ## If needed, a -rpath option that says where to find X windows at run time. |
| 99 | LD_SWITCH_X_SITE_AUX=@LD_SWITCH_X_SITE_AUX@ | ||
| 100 | ## As above, but using -rpath instead. | ||
| 101 | LD_SWITCH_X_SITE_AUX_RPATH=@LD_SWITCH_X_SITE_AUX_RPATH@ | 99 | LD_SWITCH_X_SITE_AUX_RPATH=@LD_SWITCH_X_SITE_AUX_RPATH@ |
| 102 | 100 | ||
| 103 | ## System-specific LDFLAGS. | 101 | ## System-specific LDFLAGS. |