Loading buildconf +9 −4 Original line number Diff line number Diff line #!/bin/sh automake Makefile aclocal autoheader autoconf die(){ echo "$@" exit } automake Makefile || die "The command 'automake Makefile' failed" aclocal || die "The command 'aclocal' failed" autoheader || die "The command 'autoheader' failed" autoconf || die "The command 'autoconf' failed" reconf +4 −4 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ die(){ echo "$@" ; exit } aclocal -I . || die "ahhhhh" autoheader || die "ahhhhh" automake || die "ahhhhh" autoconf || die "ahhhhh" aclocal -I . || die "The command 'aclocal -I .' failed" autoheader || die "The command 'autoheader' failed" automake || die "The command 'automake' failed" autoconf || die "The command 'autoconf' failed" Loading
buildconf +9 −4 Original line number Diff line number Diff line #!/bin/sh automake Makefile aclocal autoheader autoconf die(){ echo "$@" exit } automake Makefile || die "The command 'automake Makefile' failed" aclocal || die "The command 'aclocal' failed" autoheader || die "The command 'autoheader' failed" autoconf || die "The command 'autoconf' failed"
reconf +4 −4 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ die(){ echo "$@" ; exit } aclocal -I . || die "ahhhhh" autoheader || die "ahhhhh" automake || die "ahhhhh" autoconf || die "ahhhhh" aclocal -I . || die "The command 'aclocal -I .' failed" autoheader || die "The command 'autoheader' failed" automake || die "The command 'automake' failed" autoconf || die "The command 'autoconf' failed"