home *** CD-ROM | disk | FTP | other *** search
/ ftp.parl.clemson.edu / 2015-02-07.ftp.parl.clemson.edu.tar / ftp.parl.clemson.edu / pub / pvfs2 / orangefs-2.8.3-20110323.tar.gz / orangefs-2.8.3-20110323.tar / orangefs / test / prepare < prev    next >
Text File  |  2007-04-12  |  183b  |  8 lines

  1. #!/bin/sh
  2.  
  3. if aclocal -I ../maint/config && autoheader && autoconf ; then
  4.     echo "configure script successfully regenerated"
  5. else
  6.     echo "some part of configure regeneration failed"
  7. fi
  8.