Searched refs:ac_version (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dconf.change.pl34 local $ac_version = 0;
58 $ac_version = 250;
61 $ac_version = 2141;
64 $ac_version = 213;
71 if (/^\s*CONFIG_FILES=/ && ($ac_version != 250)) {
94 if ($ac_version != 2141) {
100 if($ac_version != 250) {
110 print STDERR "hmm, don't know autoconf version\n" unless $ac_version;
114 if ($ac_version == 250) {
125 #echo Doing the fast build of Makefiles -- autoconf $ac_version
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dbuildconf97 ac_version=`${AUTOCONF:-autoconf} --version 2>/dev/null|head -n 1| sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
98 if test -z "$ac_version"; then
103 old_IFS=$IFS; IFS='.'; set $ac_version; IFS=$old_IFS
105 echo "buildconf: autoconf version $ac_version found."
114 echo "buildconf: autoconf version $ac_version (BAD)"
117 echo "buildconf: autoconf version $ac_version (BAD)"
120 echo "buildconf: autoconf version $ac_version (ok)"
128 if test "$am4te_version" = "$ac_version"; then
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dacct.h46 char ac_version; /* Always set to ACCT_VERSION */ member in struct:acct
76 char ac_version; /* Always set to ACCT_VERSION */ member in struct:acct_v3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dacct.c446 ac.ac_version = ACCT_VERSION | ACCT_BYTEORDER;

Completed in 44 milliseconds