Searched refs:popt (Results 1 – 9 of 9) sorted by relevance
30 AC_ARG_ENABLE([popt], optenable31 [AS_HELP_STRING([--$1-popt],[Do not use popt])],48 AC_MSG_CHECKING([whether popt is required])52 AC_MSG_CHECKING([whether popt is requested])64 # try to find options to compile popt.h78 AC_CHECK_HEADER([popt.h], [popth_found=yes])90 * Cannot autodetect popt.h96 # try to find options to link against popt123 AC_CHECK_LIB([popt], [poptStuffArgs], [popt_links=yes])137 * Cannot autodetect library directory containing popt[all …]
1 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-…
210 EXTRA_DIST = gp-byteorder.m4 gp-check-library.m4 gp-check-popt.m4 gp-check-shell-environment.m4 gp-…
199 * The sgdisk program requires the popt library and its development files200 (headers). Most Linux distributions install popt by default, but you may201 need to install a package called popt-dev, popt-devel, or something203 popt for Mac OS from Darwin Ports (http://popt.darwinports.com) or Fink207 gdisk doesn't require popt.
33 for Windows could be built if the popt library were installed. I've not35 http://gnuwin32.sourceforge.net/packages/popt.htm for information on popt
332 popt | |516 popt | [] [] [] [] [] [] |700 popt | [] [] [] [] [] [] [] [] |884 popt | [] [] [] |1068 popt | [] [] [] [] |1252 popt | [] [] [] [] [] [] | 27
321 popt | [] [] [] |490 popt | [] [] [] [] |659 popt | [] [] [] |828 popt | [] [] [] [] |997 popt | [] [] [] [] | 18
183 popt-devel
21438 const TCCOption *popt; in parse_args() local21461 popt = tcc_options; in parse_args()21463 p1 = popt->name; in parse_args()21475 popt++; in parse_args()21478 if (popt->flags & TCC_OPTION_HAS_ARG) { in parse_args()21479 if (*r1 != '\0' || (popt->flags & TCC_OPTION_NOSEP)) { in parse_args()21492 switch(popt->index) { in parse_args()