mirror of
https://git.code.sf.net/p/isync/isync
synced 2025-12-17 12:00:17 +01:00
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
|