summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2010-09-09 13:30:23 -0400
committerMatthew Garrett <mjg@redhat.com>2010-09-09 13:30:23 -0400
commita96876ac32aa8a40ddadd5495880a0d72e100a95 (patch)
tree08b2d534540005dccafbcf28d60dd996a9be8979
parent4c65b46f10b2195ba813838f329b52ced7f15421 (diff)
Output config files
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f37d0f3..70391b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,4 +12,5 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AC_PROG_LIBTOOL
PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.11.0])
-AC_CONFIG_FILES([Makefile libbacklight.pc]) \ No newline at end of file
+AC_CONFIG_FILES([Makefile libbacklight.pc])
+AC_OUTPUT \ No newline at end of file