update-autotools
上传用户:xiaozhuqw
上传日期:2009-11-15
资源大小:1338k
文件大小:0k
源码类别:

网络

开发平台:

Unix_Linux

  1. #! /bin/sh
  2. #
  3. # When local system does not have the latest autoconf/automake
  4. #        -- Kunihiro Ishiguro <kunihiro@zebra.org>
  5. #
  6. rm -f config.cache
  7. rm -f Makefile.in
  8. rm -f aclocal.m4
  9. rm -f config.h.in
  10. rm -f configure
  11. aclocal
  12. autoheader
  13. autoconf
  14. automake --foreign