autogen.sh: replace this by a simple call to autoreconf
[platform/upstream/flac.git] / Makefile.am
index 0860133..45a0260 100644 (file)
@@ -28,7 +28,7 @@
 # distclean: remove everything except what goes in the distribution
 #
 
-AUTOMAKE_OPTIONS = foreign 1.7
+ACLOCAL_AMFLAGS = -I m4
 
 SUBDIRS = doc include m4 man src examples test build obj
 
@@ -50,3 +50,8 @@ EXTRA_DIST = \
        depcomp \
        ltmain.sh \
        strip_non_asm_libtool_args.sh
+
+fullcheck:
+       (cd test && make fullcheck)
+
+CLEANFILES = *~