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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/
H A Dbuildconf98 ac_version=`${AUTOCONF:-autoconf} --version 2>/dev/null|head -n 1| sed -e 's/^[^0-9]*//' -e 's/[a-z]* *$//'`
99 if test -z "$ac_version"; then
104 old_IFS=$IFS; IFS='.'; set $ac_version; IFS=$old_IFS
106 echo "buildconf: autoconf version $ac_version found."
115 echo "buildconf: autoconf version $ac_version (BAD)"
118 echo "buildconf: autoconf version $ac_version (BAD)"
121 echo "buildconf: autoconf version $ac_version (ok)"
129 if test "$am4te_version" = "$ac_version"; then
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dacct.c503 ac.ac_version = ACCT_VERSION | ACCT_BYTEORDER;

Completed in 60 milliseconds