comparison configure @ 12632:80973aa180a5

ranlib cleanup by Dan Christiansen
author alex
date Thu, 24 Jun 2004 12:52:17 +0000
parents 47dbe356085c
children 2c18d6dcc22e
comparison
equal deleted inserted replaced
12631:6cbccc0c7d7b 12632:80973aa180a5
1890 fi 1890 fi
1891 1891
1892 # If IRIX we must use ar instead of ranlib (not present on IRIX systems) 1892 # If IRIX we must use ar instead of ranlib (not present on IRIX systems)
1893 if irix ; then 1893 if irix ; then
1894 _ranlib='ar -r' 1894 _ranlib='ar -r'
1895 elif linux ; then
1896 _ranlib='true'
1895 fi 1897 fi
1896 1898
1897 ###################### 1899 ######################
1898 # MAIN TESTS GO HERE # 1900 # MAIN TESTS GO HERE #
1899 ###################### 1901 ######################