Changeset 4534

Show
Ignore:
Timestamp:
02/08/07 09:35:37 (2 years ago)
Author:
morris
Message:

Regenerate

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trackerd/trunk/configure

    r4520 r4534  
    13781378 
    13791379 
     1380 
     1381 
     1382 
     1383 
     1384 
     1385 
     1386 
     1387 
     1388 
     1389 
     1390 
     1391 
    13801392# Get host 
    13811393ac_aux_dir= 
     
    50105022 
    50115023 
    5012  
    5013  
    5014  
    5015  
    5016  
    5017  
    5018  
    5019  
    5020  
    5021  
    5022  
    5023  
    50245024for ac_header in pthread.h 
    50255025do 
     
    51715171 
    51725172 
    5173                if test "$_wi_pthreads_found" != yes ; then 
    5174                        OLD_LIBS="$LIBS" 
    5175                        LIBS=" $LIBS" 
    5176  
    5177                        if test "$cross_compiling" = yes; then 
    5178  
    5179                                cat >conftest.$ac_ext <<_ACEOF 
     5173        if test "$_wi_pthreads_found" != yes ; then 
     5174                OLD_LIBS="$LIBS" 
     5175                LIBS=" $LIBS" 
     5176 
     5177                if test "$cross_compiling" = yes; then 
     5178 
     5179                        cat >conftest.$ac_ext <<_ACEOF 
    51805180/* confdefs.h.  */ 
    51815181_ACEOF 
     
    51845184/* end confdefs.h.  */ 
    51855185 
    5186                #include <pthread.h> 
    5187                #include <errno.h> 
    5188  
    5189                void * thread(void *arg) { 
    5190                        return NULL; 
    5191                
     5186        #include <pthread.h> 
     5187        #include <errno.h> 
     5188 
     5189        void * thread(void *arg) { 
     5190                return NULL; 
     5191       
    51925192 
    51935193int 
     
    51955195{ 
    51965196 
    5197                pthread_t tid; 
    5198  
    5199                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5200                        return errno; 
    5201  
    5202                return 0; 
     5197        pthread_t tid; 
     5198 
     5199        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5200                return errno; 
     5201 
     5202        return 0; 
    52035203 
    52045204  ; 
     
    52295229  (exit $ac_status); }; }; then 
    52305230 
    5231                                        _wi_pthreads_test=yes 
     5231                                _wi_pthreads_test=yes 
    52325232 
    52335233else 
     
    52365236 
    52375237 
    5238                                        _wi_pthreads_test=no 
     5238                                _wi_pthreads_test=no 
    52395239 
    52405240fi 
     
    52515251 
    52525252 
    5253                #include <pthread.h> 
    5254                #include <errno.h> 
    5255  
    5256                void * thread(void *arg) { 
    5257                        return NULL; 
    5258                
    5259  
    5260  
    5261                int main(void) { 
    5262  
    5263                pthread_t tid; 
    5264  
    5265                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5266                        return errno; 
    5267  
    5268                return 0; 
    5269  
    5270                
     5253        #include <pthread.h> 
     5254        #include <errno.h> 
     5255 
     5256        void * thread(void *arg) { 
     5257                return NULL; 
     5258       
     5259 
     5260 
     5261        int main(void) { 
     5262 
     5263        pthread_t tid; 
     5264 
     5265        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5266                return errno; 
     5267 
     5268        return 0; 
     5269 
     5270       
    52715271 
    52725272_ACEOF 
     
    52835283  (exit $ac_status); }; }; then 
    52845284 
    5285                                _wi_pthreads_test=yes 
     5285                        _wi_pthreads_test=yes 
    52865286 
    52875287else 
     
    52925292( exit $ac_status ) 
    52935293 
    5294                                _wi_pthreads_test=no 
     5294                        _wi_pthreads_test=no 
    52955295 
    52965296fi 
     
    52985298fi 
    52995299 
    5300                         LIBS="$OLD_LIBS" 
    5301  
    5302                         if test "$_wi_pthreads_test" = yes ; then 
    5303                                 _wi_pthreads_found=yes 
    5304                                 _wi_pthreads_libs="" 
    5305                         fi 
     5300                LIBS="$OLD_LIBS" 
     5301 
     5302                if test "$_wi_pthreads_test" = yes ; then 
     5303                        _wi_pthreads_found=yes 
     5304                        _wi_pthreads_libs="" 
    53065305                fi 
    5307  
    5308  
    5309                 if test "$_wi_pthreads_found" != yes ; then 
    5310                         OLD_LIBS="$LIBS" 
    5311                         LIBS=" $LIBS" 
    5312  
    5313                         if test "$cross_compiling" = yes; then 
    5314  
    5315                                 cat >conftest.$ac_ext <<_ACEOF 
     5306        fi 
     5307 
     5308 
     5309        if test "$_wi_pthreads_found" != yes ; then 
     5310                OLD_LIBS="$LIBS" 
     5311                LIBS="-pthread $LIBS" 
     5312 
     5313                if test "$cross_compiling" = yes; then 
     5314 
     5315                        cat >conftest.$ac_ext <<_ACEOF 
    53165316/* confdefs.h.  */ 
    53175317_ACEOF 
     
    53205320/* end confdefs.h.  */ 
    53215321 
    5322                #include <pthread.h> 
    5323                #include <errno.h> 
    5324  
    5325                void * thread(void *arg) { 
    5326                        return NULL; 
    5327                
     5322        #include <pthread.h> 
     5323        #include <errno.h> 
     5324 
     5325        void * thread(void *arg) { 
     5326                return NULL; 
     5327       
    53285328 
    53295329int 
     
    53315331{ 
    53325332 
    5333                pthread_t tid; 
    5334  
    5335                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5336                        return errno; 
    5337  
    5338                return 0; 
     5333        pthread_t tid; 
     5334 
     5335        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5336                return errno; 
     5337 
     5338        return 0; 
    53395339 
    53405340  ; 
     
    53655365  (exit $ac_status); }; }; then 
    53665366 
    5367                                        _wi_pthreads_test=yes 
     5367                                _wi_pthreads_test=yes 
    53685368 
    53695369else 
     
    53725372 
    53735373 
    5374                                        _wi_pthreads_test=no 
     5374                                _wi_pthreads_test=no 
    53755375 
    53765376fi 
     
    53875387 
    53885388 
    5389                #include <pthread.h> 
    5390                #include <errno.h> 
    5391  
    5392                void * thread(void *arg) { 
    5393                        return NULL; 
    5394                
    5395  
    5396  
    5397                int main(void) { 
    5398  
    5399                pthread_t tid; 
    5400  
    5401                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5402                        return errno; 
    5403  
    5404                return 0; 
    5405  
    5406                
     5389        #include <pthread.h> 
     5390        #include <errno.h> 
     5391 
     5392        void * thread(void *arg) { 
     5393                return NULL; 
     5394       
     5395 
     5396 
     5397        int main(void) { 
     5398 
     5399        pthread_t tid; 
     5400 
     5401        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5402                return errno; 
     5403 
     5404        return 0; 
     5405 
     5406       
    54075407 
    54085408_ACEOF 
     
    54195419  (exit $ac_status); }; }; then 
    54205420 
    5421                                _wi_pthreads_test=yes 
     5421                        _wi_pthreads_test=yes 
    54225422 
    54235423else 
     
    54285428( exit $ac_status ) 
    54295429 
    5430                                _wi_pthreads_test=no 
     5430                        _wi_pthreads_test=no 
    54315431 
    54325432fi 
     
    54345434fi 
    54355435 
    5436                         LIBS="$OLD_LIBS" 
    5437  
    5438                         if test "$_wi_pthreads_test" = yes ; then 
    5439                                 _wi_pthreads_found=yes 
    5440                                 _wi_pthreads_libs="" 
    5441                         fi 
     5436                LIBS="$OLD_LIBS" 
     5437 
     5438                if test "$_wi_pthreads_test" = yes ; then 
     5439                        _wi_pthreads_found=yes 
     5440                        _wi_pthreads_libs="-pthread" 
    54425441                fi 
    5443  
    5444  
    5445                 if test "$_wi_pthreads_found" != yes ; then 
    5446                         OLD_LIBS="$LIBS" 
    5447                         LIBS=" $LIBS" 
    5448  
    5449                         if test "$cross_compiling" = yes; then 
    5450  
    5451                                 cat >conftest.$ac_ext <<_ACEOF 
     5442        fi 
     5443 
     5444 
     5445        if test "$_wi_pthreads_found" != yes ; then 
     5446                OLD_LIBS="$LIBS" 
     5447                LIBS="-lpthread $LIBS" 
     5448 
     5449                if test "$cross_compiling" = yes; then 
     5450 
     5451                        cat >conftest.$ac_ext <<_ACEOF 
    54525452/* confdefs.h.  */ 
    54535453_ACEOF 
     
    54565456/* end confdefs.h.  */ 
    54575457 
    5458                #include <pthread.h> 
    5459                #include <errno.h> 
    5460  
    5461                void * thread(void *arg) { 
    5462                        return NULL; 
    5463                
     5458        #include <pthread.h> 
     5459        #include <errno.h> 
     5460 
     5461        void * thread(void *arg) { 
     5462                return NULL; 
     5463       
    54645464 
    54655465int 
     
    54675467{ 
    54685468 
    5469                pthread_t tid; 
    5470  
    5471                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5472                        return errno; 
    5473  
    5474                return 0; 
     5469        pthread_t tid; 
     5470 
     5471        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5472                return errno; 
     5473 
     5474        return 0; 
    54755475 
    54765476  ; 
     
    55015501  (exit $ac_status); }; }; then 
    55025502 
    5503                                        _wi_pthreads_test=yes 
     5503                                _wi_pthreads_test=yes 
    55045504 
    55055505else 
     
    55085508 
    55095509 
    5510                                        _wi_pthreads_test=no 
     5510                                _wi_pthreads_test=no 
    55115511 
    55125512fi 
     
    55235523 
    55245524 
    5525                #include <pthread.h> 
    5526                #include <errno.h> 
    5527  
    5528                void * thread(void *arg) { 
    5529                        return NULL; 
    5530                
    5531  
    5532  
    5533                int main(void) { 
    5534  
    5535                pthread_t tid; 
    5536  
    5537                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5538                        return errno; 
    5539  
    5540                return 0; 
    5541  
    5542                
     5525        #include <pthread.h> 
     5526        #include <errno.h> 
     5527 
     5528        void * thread(void *arg) { 
     5529                return NULL; 
     5530       
     5531 
     5532 
     5533        int main(void) { 
     5534 
     5535        pthread_t tid; 
     5536 
     5537        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5538                return errno; 
     5539 
     5540        return 0; 
     5541 
     5542       
    55435543 
    55445544_ACEOF 
     
    55555555  (exit $ac_status); }; }; then 
    55565556 
    5557                                _wi_pthreads_test=yes 
     5557                        _wi_pthreads_test=yes 
    55585558 
    55595559else 
     
    55645564( exit $ac_status ) 
    55655565 
    5566                                _wi_pthreads_test=no 
     5566                        _wi_pthreads_test=no 
    55675567 
    55685568fi 
     
    55705570fi 
    55715571 
    5572                         LIBS="$OLD_LIBS" 
    5573  
    5574                         if test "$_wi_pthreads_test" = yes ; then 
    5575                                 _wi_pthreads_found=yes 
    5576                                 _wi_pthreads_libs="" 
    5577                         fi 
     5572                LIBS="$OLD_LIBS" 
     5573 
     5574                if test "$_wi_pthreads_test" = yes ; then 
     5575                        _wi_pthreads_found=yes 
     5576                        _wi_pthreads_libs="-lpthread" 
    55785577                fi 
     5578        fi 
    55795579 
    55805580