Lines Matching refs:try
588 dnl -- try to find LuaJIT executable
600 dnl -- try to find Lua executable
789 dnl -- try to find MzScheme executable
903 dnl try next until last
1295 dnl usable for vim build. If not, make and try other
1302 dnl the prefix and try that.
1345 dnl Otherwise, when using GCC, try adding -pthread to $CFLAGS. GCC
1563 dnl Otherwise, when using GCC, try adding -pthread to $CFLAGS. GCC
1796 dnl when no specific version specified, also try 8.4, 8.2 and 8.0
1809 dnl still didn't find it, try without version number
1832 for try in $tclinc; do
1833 if test -f "$try/tcl.h"; then
1834 AC_MSG_RESULT($try/tcl.h)
1835 TCL_INC=$try
1855 for try in $tclcnf; do
1856 if test -f "$try/tclConfig.sh"; then
1857 AC_MSG_RESULT($try/tclConfig.sh)
1858 . "$try/tclConfig.sh"
1878 for try in $tcllib ; do
1880 if test -f "$try/lib$trylib" ; then
1881 AC_MSG_RESULT($try/lib$trylib)
1882 TCL_LIBS="-L\"$try\" -ltcl$ver -ldl -lm"
1885 TCL_LIBS="$TCL_LIBS -R $try"
2278 dnl This is a desperate try to fix this.
2332 dnl The check above doesn't do this, try here (again). Also needed to get
2546 dnl try to compile/link a GTK program.
2755 …AC_ARG_ENABLE(gtktest, [ --disable-gtktest Do not try to compile and run a test GTK program…
2764 dnl First try finding version 2.2.0 or later. The 2.0.x series has
2809 …AC_ARG_ENABLE(gtktest, [ --disable-gtktest Do not try to compile and run a test GTK program…
2916 for try in $gui_includes; do
2917 if test -f "$try/Xm/Xm.h"; then
2918 GUI_INC_LOC=$try
2957 for try in $gui_libs; do
2958 for libtry in "$try"/libXm.a "$try"/libXm.so* "$try"/libXm.sl "$try"/libXm.dylib; do
2960 GUI_LIB_LOC=$try
3694 dnl tricky stuff: try to find out if getcwd() is implemented with
3779 … AC_MSG_RESULT(no; try installing libcanberra-dev); CFLAGS="$ac_save_CFLAGS"; LIBS="$ac_save_LIBS")
3817 … AC_MSG_RESULT(no; try installing libsodium-dev); CFLAGS="$ac_save_CFLAGS"; LIBS="$ac_save_LIBS")
3820 dnl fstatfs() can take 2 to 4 arguments, try to use st_blksize if possible
3968 dnl Link with -lposix1e for ACL stuff; if not found, try -lacl for SGI
3969 dnl when -lacl works, also try to use -lattr (required for Debian).