Changeset 4532

Show
Ignore:
Timestamp:
02/08/07 00:16:21 (2 years ago)
Author:
morris
Message:

Regenerate

Files:

Legend:

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

    r4519 r4532  
    13761376 
    13771377 
     1378 
     1379 
     1380 
     1381 
     1382 
     1383 
     1384 
     1385 
     1386 
     1387 
     1388 
     1389 
    13781390# Get host 
    13791391ac_aux_dir= 
     
    50085020 
    50095021 
    5010  
    5011  
    5012  
    5013  
    5014  
    5015  
    5016  
    5017  
    5018  
    5019  
    5020  
    5021  
    50225022for ac_header in pthread.h 
    50235023do 
     
    51695169 
    51705170 
    5171                if test "$_wi_pthreads_found" != yes ; then 
    5172                        OLD_LIBS="$LIBS" 
    5173                        LIBS=" $LIBS" 
    5174  
    5175                        if test "$cross_compiling" = yes; then 
    5176  
    5177                                cat >conftest.$ac_ext <<_ACEOF 
     5171        if test "$_wi_pthreads_found" != yes ; then 
     5172                OLD_LIBS="$LIBS" 
     5173                LIBS=" $LIBS" 
     5174 
     5175                if test "$cross_compiling" = yes; then 
     5176 
     5177                        cat >conftest.$ac_ext <<_ACEOF 
    51785178/* confdefs.h.  */ 
    51795179_ACEOF 
     
    51825182/* end confdefs.h.  */ 
    51835183 
    5184                #include <pthread.h> 
    5185                #include <errno.h> 
    5186  
    5187                void * thread(void *arg) { 
    5188                        return NULL; 
    5189                
     5184        #include <pthread.h> 
     5185        #include <errno.h> 
     5186 
     5187        void * thread(void *arg) { 
     5188                return NULL; 
     5189       
    51905190 
    51915191int 
     
    51935193{ 
    51945194 
    5195                pthread_t tid; 
    5196  
    5197                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5198                        return errno; 
    5199  
    5200                return 0; 
     5195        pthread_t tid; 
     5196 
     5197        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5198                return errno; 
     5199 
     5200        return 0; 
    52015201 
    52025202  ; 
     
    52275227  (exit $ac_status); }; }; then 
    52285228 
    5229                                        _wi_pthreads_test=yes 
     5229                                _wi_pthreads_test=yes 
    52305230 
    52315231else 
     
    52345234 
    52355235 
    5236                                        _wi_pthreads_test=no 
     5236                                _wi_pthreads_test=no 
    52375237 
    52385238fi 
     
    52495249 
    52505250 
    5251                #include <pthread.h> 
    5252                #include <errno.h> 
    5253  
    5254                void * thread(void *arg) { 
    5255                        return NULL; 
    5256                
    5257  
    5258  
    5259                int main(void) { 
    5260  
    5261                pthread_t tid; 
    5262  
    5263                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5264                        return errno; 
    5265  
    5266                return 0; 
    5267  
    5268                
     5251        #include <pthread.h> 
     5252        #include <errno.h> 
     5253 
     5254        void * thread(void *arg) { 
     5255                return NULL; 
     5256       
     5257 
     5258 
     5259        int main(void) { 
     5260 
     5261        pthread_t tid; 
     5262 
     5263        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5264                return errno; 
     5265 
     5266        return 0; 
     5267 
     5268       
    52695269 
    52705270_ACEOF 
     
    52815281  (exit $ac_status); }; }; then 
    52825282 
    5283                                _wi_pthreads_test=yes 
     5283                        _wi_pthreads_test=yes 
    52845284 
    52855285else 
     
    52905290( exit $ac_status ) 
    52915291 
    5292                                _wi_pthreads_test=no 
     5292                        _wi_pthreads_test=no 
    52935293 
    52945294fi 
     
    52965296fi 
    52975297 
    5298                         LIBS="$OLD_LIBS" 
    5299  
    5300                         if test "$_wi_pthreads_test" = yes ; then 
    5301                                 _wi_pthreads_found=yes 
    5302                                 _wi_pthreads_libs="" 
    5303                         fi 
     5298                LIBS="$OLD_LIBS" 
     5299 
     5300                if test "$_wi_pthreads_test" = yes ; then 
     5301                        _wi_pthreads_found=yes 
     5302                        _wi_pthreads_libs="" 
    53045303                fi 
    5305  
    5306  
    5307                 if test "$_wi_pthreads_found" != yes ; then 
    5308                         OLD_LIBS="$LIBS" 
    5309                         LIBS=" $LIBS" 
    5310  
    5311                         if test "$cross_compiling" = yes; then 
    5312  
    5313                                 cat >conftest.$ac_ext <<_ACEOF 
     5304        fi 
     5305 
     5306 
     5307        if test "$_wi_pthreads_found" != yes ; then 
     5308                OLD_LIBS="$LIBS" 
     5309                LIBS="-pthread $LIBS" 
     5310 
     5311                if test "$cross_compiling" = yes; then 
     5312 
     5313                        cat >conftest.$ac_ext <<_ACEOF 
    53145314/* confdefs.h.  */ 
    53155315_ACEOF 
     
    53185318/* end confdefs.h.  */ 
    53195319 
    5320                #include <pthread.h> 
    5321                #include <errno.h> 
    5322  
    5323                void * thread(void *arg) { 
    5324                        return NULL; 
    5325                
     5320        #include <pthread.h> 
     5321        #include <errno.h> 
     5322 
     5323        void * thread(void *arg) { 
     5324                return NULL; 
     5325       
    53265326 
    53275327int 
     
    53295329{ 
    53305330 
    5331                pthread_t tid; 
    5332  
    5333                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5334                        return errno; 
    5335  
    5336                return 0; 
     5331        pthread_t tid; 
     5332 
     5333        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5334                return errno; 
     5335 
     5336        return 0; 
    53375337 
    53385338  ; 
     
    53635363  (exit $ac_status); }; }; then 
    53645364 
    5365                                        _wi_pthreads_test=yes 
     5365                                _wi_pthreads_test=yes 
    53665366 
    53675367else 
     
    53705370 
    53715371 
    5372                                        _wi_pthreads_test=no 
     5372                                _wi_pthreads_test=no 
    53735373 
    53745374fi 
     
    53855385 
    53865386 
    5387                #include <pthread.h> 
    5388                #include <errno.h> 
    5389  
    5390                void * thread(void *arg) { 
    5391                        return NULL; 
    5392                
    5393  
    5394  
    5395                int main(void) { 
    5396  
    5397                pthread_t tid; 
    5398  
    5399                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5400                        return errno; 
    5401  
    5402                return 0; 
    5403  
    5404                
     5387        #include <pthread.h> 
     5388        #include <errno.h> 
     5389 
     5390        void * thread(void *arg) { 
     5391                return NULL; 
     5392       
     5393 
     5394 
     5395        int main(void) { 
     5396 
     5397        pthread_t tid; 
     5398 
     5399        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5400                return errno; 
     5401 
     5402        return 0; 
     5403 
     5404       
    54055405 
    54065406_ACEOF 
     
    54175417  (exit $ac_status); }; }; then 
    54185418 
    5419                                _wi_pthreads_test=yes 
     5419                        _wi_pthreads_test=yes 
    54205420 
    54215421else 
     
    54265426( exit $ac_status ) 
    54275427 
    5428                                _wi_pthreads_test=no 
     5428                        _wi_pthreads_test=no 
    54295429 
    54305430fi 
     
    54325432fi 
    54335433 
    5434                         LIBS="$OLD_LIBS" 
    5435  
    5436                         if test "$_wi_pthreads_test" = yes ; then 
    5437                                 _wi_pthreads_found=yes 
    5438                                 _wi_pthreads_libs="" 
    5439                         fi 
     5434                LIBS="$OLD_LIBS" 
     5435 
     5436                if test "$_wi_pthreads_test" = yes ; then 
     5437                        _wi_pthreads_found=yes 
     5438                        _wi_pthreads_libs="-pthread" 
    54405439                fi 
    5441  
    5442  
    5443                 if test "$_wi_pthreads_found" != yes ; then 
    5444                         OLD_LIBS="$LIBS" 
    5445                         LIBS=" $LIBS" 
    5446  
    5447                         if test "$cross_compiling" = yes; then 
    5448  
    5449                                 cat >conftest.$ac_ext <<_ACEOF 
     5440        fi 
     5441 
     5442 
     5443        if test "$_wi_pthreads_found" != yes ; then 
     5444                OLD_LIBS="$LIBS" 
     5445                LIBS="-lpthread $LIBS" 
     5446 
     5447                if test "$cross_compiling" = yes; then 
     5448 
     5449                        cat >conftest.$ac_ext <<_ACEOF 
    54505450/* confdefs.h.  */ 
    54515451_ACEOF 
     
    54545454/* end confdefs.h.  */ 
    54555455 
    5456                #include <pthread.h> 
    5457                #include <errno.h> 
    5458  
    5459                void * thread(void *arg) { 
    5460                        return NULL; 
    5461                
     5456        #include <pthread.h> 
     5457        #include <errno.h> 
     5458 
     5459        void * thread(void *arg) { 
     5460                return NULL; 
     5461       
    54625462 
    54635463int 
     
    54655465{ 
    54665466 
    5467                pthread_t tid; 
    5468  
    5469                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5470                        return errno; 
    5471  
    5472                return 0; 
     5467        pthread_t tid; 
     5468 
     5469        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5470                return errno; 
     5471 
     5472        return 0; 
    54735473 
    54745474  ; 
     
    54995499  (exit $ac_status); }; }; then 
    55005500 
    5501                                        _wi_pthreads_test=yes 
     5501                                _wi_pthreads_test=yes 
    55025502 
    55035503else 
     
    55065506 
    55075507 
    5508                                        _wi_pthreads_test=no 
     5508                                _wi_pthreads_test=no 
    55095509 
    55105510fi 
     
    55215521 
    55225522 
    5523                #include <pthread.h> 
    5524                #include <errno.h> 
    5525  
    5526                void * thread(void *arg) { 
    5527                        return NULL; 
    5528                
    5529  
    5530  
    5531                int main(void) { 
    5532  
    5533                pthread_t tid; 
    5534  
    5535                if(pthread_create(&tid, 0, thread, NULL) < 0) 
    5536                        return errno; 
    5537  
    5538                return 0; 
    5539  
    5540                
     5523        #include <pthread.h> 
     5524        #include <errno.h> 
     5525 
     5526        void * thread(void *arg) { 
     5527                return NULL; 
     5528       
     5529 
     5530 
     5531        int main(void) { 
     5532 
     5533        pthread_t tid; 
     5534 
     5535        if(pthread_create(&tid, 0, thread, NULL) < 0) 
     5536                return errno; 
     5537 
     5538        return 0; 
     5539 
     5540       
    55415541 
    55425542_ACEOF 
     
    55535553  (exit $ac_status); }; }; then 
    55545554 
    5555                                _wi_pthreads_test=yes 
     5555                        _wi_pthreads_test=yes 
    55565556 
    55575557else 
     
    55625562( exit $ac_status ) 
    55635563 
    5564                                _wi_pthreads_test=no 
     5564                        _wi_pthreads_test=no 
    55655565 
    55665566fi 
     
    55685568fi 
    55695569 
    5570                         LIBS="$OLD_LIBS" 
    5571  
    5572                         if test "$_wi_pthreads_test" = yes ; then 
    5573                                 _wi_pthreads_found=yes 
    5574                                 _wi_pthreads_libs="" 
    5575                         fi 
     5570                LIBS="$OLD_LIBS" 
     5571 
     5572                if test "$_wi_pthreads_test" = yes ; then 
     5573                        _wi_pthreads_found=yes 
     5574                        _wi_pthreads_libs="-lpthread" 
    55765575                fi 
     5576        fi 
    55775577 
    55785578