talimat 145 B

123456789101112
  1. version=1.4.17
  2. source=(http://ftp.gnu.org/gnu/m4/m4-$version.tar.xz)
  3. derle()
  4. {
  5. cd m4-$version
  6. ./configure --prefix=/tools
  7. make
  8. make install
  9. }