summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMax Horn <max@quendi.de>2012-12-12 21:33:52 +0100
committerErik de Castro Lopo <erikd@mega-nerd.com>2012-12-13 08:12:14 +1100
commit66c0a581d2ee22e65aaf70d50b17cfefc6287f24 (patch)
tree6b723d7234a732e5710b98d3af5b82336d2b23b4 /include
parentf20164e41ed040c56cc71b47c8b35da7f474dc57 (diff)
downloadflac-66c0a581d2ee22e65aaf70d50b17cfefc6287f24.tar.gz
autogen.sh: replace this by a simple call to autoreconf
The autoreconf tool is provided by autoconf to do what custom autogen.sh scripts in many projects used to do. Only it is more robust and widely tested. It has been available for several years, too. No reason to rely on custom code for this. Signed-off-by: Max Horn <max@quendi.de>
Diffstat (limited to 'include')
-rw-r--r--include/share/Makefile.am2
-rw-r--r--include/share/grabbag/Makefile.am2
-rw-r--r--include/test_libs_common/Makefile.am2
3 files changed, 0 insertions, 6 deletions
diff --git a/include/share/Makefile.am b/include/share/Makefile.am
index 217faac6..a881e778 100644
--- a/include/share/Makefile.am
+++ b/include/share/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = foreign
-
SUBDIRS = grabbag
EXTRA_DIST = \
diff --git a/include/share/grabbag/Makefile.am b/include/share/grabbag/Makefile.am
index 0d520aa5..22baa157 100644
--- a/include/share/grabbag/Makefile.am
+++ b/include/share/grabbag/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = foreign
-
EXTRA_DIST = \
cuesheet.h \
file.h \
diff --git a/include/test_libs_common/Makefile.am b/include/test_libs_common/Makefile.am
index a0342dc1..af82b4d8 100644
--- a/include/test_libs_common/Makefile.am
+++ b/include/test_libs_common/Makefile.am
@@ -1,7 +1,5 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = foreign
-
EXTRA_DIST = \
file_utils_flac.h \
metadata_utils.h