1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-24 07:48:13 +00:00

fix autotools warnings from autogen.sh

This commit is contained in:
Mirek Kratochvil 2013-09-12 09:50:26 +02:00
parent eea476925f
commit 3ca398b760
2 changed files with 2 additions and 0 deletions

@ -16,6 +16,7 @@ echo > $OUT
DISTDIRS=""
echo "AUTOMAKE_OPTIONS = subdir-objects" >>$OUT
echo "ACLOCAL_AMFLAGS = -I m4" >>$OUT
echo "dist_man_MANS = man/${NAME}.1" >>$OUT
echo "dist_noinst_SCRIPTS = autogen.sh" `for i in $DISTDIRS ; do find \$i -type f ; done | tr "\n" " " ` >>$OUT

@ -2,6 +2,7 @@
AC_PREREQ(2.6)
AC_INIT([codecrypt], [1.2])
AC_CONFIG_AUX_DIR(.) # because of libtoolize
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE()
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES])