comparison configure1.in @ 5866:92d91d7479a2

Get, use, and substitute C_SWITCH_MACHINE like C_SWITCH_SYSTEM.
author Richard M. Stallman <rms@gnu.org>
date Wed, 09 Feb 1994 21:03:13 +0000
parents bae344f70bed
children 907e14c58c65
comparison
equal deleted inserted replaced
5865:8dc616f310e8 5866:92d91d7479a2
1236 #define LIBS_SYSTEM 1236 #define LIBS_SYSTEM
1237 #endif 1237 #endif
1238 #ifndef C_SWITCH_SYSTEM 1238 #ifndef C_SWITCH_SYSTEM
1239 #define C_SWITCH_SYSTEM 1239 #define C_SWITCH_SYSTEM
1240 #endif 1240 #endif
1241 #ifndef C_SWITCH_MACHINE
1242 #define C_SWITCH_MACHINE
1243 #endif
1241 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM 1244 configure___ libsrc_libs=LIBS_MACHINE LIBS_SYSTEM
1242 configure___ c_switch_system=C_SWITCH_SYSTEM 1245 configure___ c_switch_system=C_SWITCH_SYSTEM
1246 configure___ c_switch_machine=C_SWITCH_MACHINE
1243 1247
1244 #ifndef LIB_X11_LIB 1248 #ifndef LIB_X11_LIB
1245 #define LIB_X11_LIB -lX11 1249 #define LIB_X11_LIB -lX11
1246 #endif 1250 #endif
1247 1251
1308 1312
1309 1313
1310 #### Add the libraries to LIBS and check for some functions. 1314 #### Add the libraries to LIBS and check for some functions.
1311 1315
1312 ] 1316 ]
1313 DEFS="$c_switch_system $DEFS" 1317 DEFS="$c_switch_system $c_switch_machine $DEFS"
1314 LIBS="$libsrc_libs" 1318 LIBS="$libsrc_libs"
1315 1319
1316 dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks, 1320 dnl If found, this defines HAVE_LIBDNET, which m/pmax.h checks,
1317 dnl and also adds -ldnet to LIBS, which Autoconf uses for checks. 1321 dnl and also adds -ldnet to LIBS, which Autoconf uses for checks.
1318 AC_HAVE_LIBRARY(-ldnet) 1322 AC_HAVE_LIBRARY(-ldnet)
1385 AC_SUBST(lisppath) 1389 AC_SUBST(lisppath)
1386 AC_SUBST(etcdir) 1390 AC_SUBST(etcdir)
1387 AC_SUBST(lockdir) 1391 AC_SUBST(lockdir)
1388 AC_SUBST(archlibdir) 1392 AC_SUBST(archlibdir)
1389 AC_SUBST(c_switch_system) 1393 AC_SUBST(c_switch_system)
1394 AC_SUBST(c_switch_machine)
1390 AC_SUBST(libsrc_libs) 1395 AC_SUBST(libsrc_libs)
1391 AC_SUBST(LD_SWITCH_X_SITE) 1396 AC_SUBST(LD_SWITCH_X_SITE)
1392 AC_SUBST(LD_SWITCH_X_SITE_AUX) 1397 AC_SUBST(LD_SWITCH_X_SITE_AUX)
1393 AC_SUBST(C_SWITCH_X_SITE) 1398 AC_SUBST(C_SWITCH_X_SITE)
1394 AC_SUBST(CFLAGS) 1399 AC_SUBST(CFLAGS)