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