this has been the correct way since a long time. Pointed-out-by: Felipe Contreras <felipe.contreras@gmail.com>
4 lines
62 B
Bash
Executable file
4 lines
62 B
Bash
Executable file
#! /bin/sh
|
|
set -e -v
|
|
make -f Makefile.am log
|
|
autoreconf -f -i
|