summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomasvs@xiph.org>2004-07-05 11:13:36 +0000
committerThomas Vander Stichele <thomasvs@xiph.org>2004-07-05 11:13:36 +0000
commitb6ac9bc1ebb2adecd52e4e2e4609053136304094 (patch)
treead7ff250b37bfa510e3759df25ee301faf6a73a3 /configure.in
parentfad4066445c98d1844fdf131c36fd0702248e3bf (diff)
downloadogg-b6ac9bc1ebb2adecd52e4e2e4609053136304094.tar.gz
* error out on autotools failures so warnings are caught early on
* clean up AC_OUTPUT * AUTOMAKE_OPTIONS = foreign only needs to be done toplevel (this can be verified by checking Makefile's generated in other directories and seeing that the var isn't used) git-svn-id: http://svn.xiph.org/trunk/ogg@6990 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c4e995e..9bdfe07 100644
--- a/configure.in
+++ b/configure.in
@@ -288,4 +288,13 @@ AC_SUBST(DEBUG)
AC_SUBST(CFLAGS)
AC_SUBST(PROFILE)
-AC_OUTPUT(Makefile src/Makefile doc/Makefile doc/ogg/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile debian/Makefile ogg.pc)
+AC_OUTPUT([
+Makefile
+src/Makefile
+doc/Makefile doc/ogg/Makefile
+include/Makefile include/ogg/Makefile include/ogg/config_types.h
+win32/Makefile
+debian/Makefile
+ogg.pc
+ogg-uninstalled.pc
+])