A shell that runs x86_64 assembly
c
x86-64
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

regen.sh 380B

123456789101112131415161718
  1. #!/bin/sh
  2. make distclean
  3. rm -v ar-lib aclocal.m4 "config.h.in~" compile COPYING depcomp INSTALL install-sh missing test-driver configure Makefile.in tests/Makefile.in 2>/dev/null
  4. rm -vR autom4te.cache/ .deps 2>/dev/null
  5. if [ "$1" = "--clean" ]
  6. then
  7. exit 0
  8. fi
  9. sh tests/regen.sh
  10. autoheader
  11. autoreconf -i -m
  12. #automake --add-missing
  13. #autoconf
  14. #automake --add-missing
  15. #autoreconf