# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
-AUTOMAKE_OPTIONS = foreign 1.6
+AUTOMAKE_OPTIONS = gnu 1.6
nobase_dist_pkgdata_DATA = \
contrib/libdcc/dcc_stdio.c \
TCL_PATH = tcl
# command to find paths of script files, relative to TCL_PATH
-TCL_FILES := find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' | \
+TCL_FILES = find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' | \
sed -e 's,^$(srcdir)/$(TCL_PATH),,'
dist-hook:
DISTCLEANFILES = doxygen.log
MAINTAINERCLEANFILES = \
+ $(srcdir)/INSTALL \
$(srcdir)/configure \
$(srcdir)/Makefile.in \
$(srcdir)/depcomp \
${libtoolize} --automake --copy
autoconf
autoheader
-automake --foreign --add-missing --copy
+automake --gnu --add-missing --copy
)
# AM_MAINTAINER_MODE requires SVN users provide --enable-maintainer-mode