[java-atk-wrapper] Build: set AC_CONFIG_FILES for AC_OUTPUT



commit 3272fde8884ea6b6a27f6257ff07195964334ff5
Author: Magdalen Berns <m berns thismagpie com>
Date:   Tue Jul 7 12:03:48 2015 +0100

    Build: set AC_CONFIG_FILES for AC_OUTPUT
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=752060

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 202eca9..02f2e7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,7 +161,7 @@ if test -z "$XPROP"; then
 fi
 AC_SUBST(XPROP)
 
-AC_OUTPUT([
+AC_CONFIG_FILES([
     Makefile
     jni/Makefile
     jni/src/Makefile
@@ -170,6 +170,7 @@ AC_OUTPUT([
     wrapper/org/GNOME/Makefile
     wrapper/org/GNOME/Accessibility/Makefile
 ])
+AC_OUTPUT
 
 echo "
 Build configuration:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]