Server IP : 68.65.122.142 / Your IP : 3.141.35.116 Web Server : LiteSpeed System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : glenirhm ( 1318) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/locale/scn/../ms/../hit/../afh/../ch/../nqo/../arp/../sam/../nb_NO/../frm/../lus/../ira/../phi/../ira/../da/../te/../an/../tkl/../nn/../bej/../za/../ab/../bn_BD/../fr/../chr/../sat@deva/../sl/../af/../gem/../lu/../su/../tl_PH/../sam/../sgn/../guc/../../aclocal-1.16/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
## Replacement for AC_PROG_LEX. -*- Autoconf -*- ## by Alexandre Oliva <oliva@dcc.unicamp.br> # Copyright (C) 1998-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_LEX # ----------- # Autoconf leaves LEX=: if lex or flex can't be found. Change that to a # "missing" invocation, for better error output. AC_DEFUN([AM_PROG_LEX], [AC_PREREQ([2.50])dnl AC_REQUIRE([AM_MISSING_HAS_RUN])dnl AC_REQUIRE([AC_PROG_LEX])dnl if test "$LEX" = :; then LEX=${am_missing_run}flex fi])