fookb: add autogen.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
Jeremy Sowden 2019-10-05 13:20:19 +01:00 committed by Carlos R. Mafra
parent 4766043a48
commit 67e3ecd074
1 changed files with 6 additions and 0 deletions

6
fookb/autogen Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
AUTOMAKE="automake --add-missing"
export AUTOMAKE
exec autoreconf "$@"