diff options
author | Matthew Garrett <mjg@redhat.com> | 2010-09-09 13:30:23 -0400 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-09-09 13:30:23 -0400 |
commit | a96876ac32aa8a40ddadd5495880a0d72e100a95 (patch) | |
tree | 08b2d534540005dccafbcf28d60dd996a9be8979 | |
parent | 4c65b46f10b2195ba813838f329b52ced7f15421 (diff) |
Output config files
-rw-r--r-- | configure.ac | 3 |
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 |