| Last change
 on this file since 622 was             414, checked in by Herwig Bauernfeind, 16 years ago | 
        
          | 
Samba 3.5.0: Initial import
 | 
        
          | File size:
            285 bytes | 
      
      
| Line |  | 
|---|
| 1 | #!/bin/sh | 
|---|
| 2 |  | 
|---|
| 3 | rm -rf autom4te.cache | 
|---|
| 4 | rm -f configure config.h.in | 
|---|
| 5 |  | 
|---|
| 6 | IPATHS="-I libreplace -I lib/replace -I ../libreplace -I ../replace -I ../../../lib/replace" | 
|---|
| 7 | autoconf $IPATHS || exit 1 | 
|---|
| 8 | autoheader $IPATHS || exit 1 | 
|---|
| 9 |  | 
|---|
| 10 | rm -rf autom4te.cache | 
|---|
| 11 |  | 
|---|
| 12 | echo "Now run ./configure and then make." | 
|---|
| 13 | exit 0 | 
|---|
| 14 |  | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.