[PATCH] pinentry: Added generating missing file.

Serge Voilokov serge0x76 at gmail.com
Wed Aug 20 16:49:56 CEST 2014


Hi,
Fresh cloned pinentry/autogen.sh gives an error "required file './compile' not found".
Please consider this patch to fix it.
Thanks,
Serge

>8-----------------------------------------------8<

    autogen.sh on fresh clone failed with error: required file './compile' not found.

    * autogen.sh: Added '--add-missing' parameter to automake.
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index 885e8fd..40bb3ef 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -207,7 +207,7 @@ $ACLOCAL -I m4 $ACLOCAL_FLAGS
 echo "Running autoheader..."
 $AUTOHEADER
 echo "Running automake --gnu ..."
-$AUTOMAKE --gnu
+$AUTOMAKE --gnu --add-missing
 echo "Running autoconf${FORCE}..."
 $AUTOCONF${FORCE}
 
-- 
2.0.4




More information about the Gnupg-devel mailing list