changeset 2331:4d6de8716513

* config.h.in (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): New flags. * ymakefile (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): Provide default values. Include C_SWITCH_X_SITE in CFLAGS, include LD_SWITCH_X_SITE in LIBX, and pass C_SWITCH_X_SITE to the make which builds the X Menu library.
author Jim Blandy <jimb@redhat.com>
date Tue, 23 Mar 1993 05:57:11 +0000
parents 4420aeeb8ff9
children bc2f7dc78412
files src/config.in
diffstat 1 files changed, 16 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Tue Mar 23 05:53:36 1993 +0000
+++ b/src/config.in	Tue Mar 23 05:57:11 1993 +0000
@@ -154,18 +154,26 @@
 #endif
 #endif
 
-/* Define LD_SWITCH_SITE to contain any special flags your loader may
-   need.  For instance, if you've defined HAVE_X_WINDOWS above and your
-   X libraries aren't in a place that your loader can find on its own,
-   you might want to add "-L/..." or something similar.  */
+/* Define LD_SWITCH_SITE to contain any special flags your loader may need.  */
 /* #define LD_SWITCH_SITE */
 
-/* Define C_SWITCH_SITE to contain any special flags your compiler may
-   need.  For instance, if you've defined HAVE_X_WINDOWS above and your
-   X include files aren't in a place that your compiler can find on its
-   own, you might want to add "-I/..." or something similar.  */
+/* Define C_SWITCH_SITE to contain any special flags your compiler needs.  */
 /* #define C_SWITCH_SITE */
 
+/* Define LD_SWITCH_X_SITE to contain any special flags your loader
+   may need to deal with X Windows.  For instance, if you've defined
+   HAVE_X_WINDOWS above and your X libraries aren't in a place that
+   your loader can find on its own, you might want to add "-L/..." or
+   something similar.  */
+/* #define LD_SWITCH_X_SITE */
+
+/* Define C_SWITCH_X_SITE to contain any special flags your compiler
+   may need to deal with X Windows.  For instance, if you've defined
+   HAVE_X_WINDOWS above and your X include files aren't in a place
+   that your compiler can find on its own, you might want to add
+   "-I/..." or something similar.  */
+/* #define C_SWITCH_X_SITE */
+
 /* Define the return type of signal handlers if the s-xxx file
    did not already do so.  */
 #ifndef SIGTYPE