diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-07-01 17:38:01 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-07-01 19:52:44 -0700 |
commit | 4af24b2f5b3f8f2c20271ae323b6fa528b9b2127 (patch) | |
tree | 89e438f8ceb295eb67f6d9dc89fb116fcf0be698 /configure.ac | |
parent | fefc834c419085b2db3b2d7d57bdbfe240d1b75c (diff) |
Let autoconf generate x11perfcomp directly instead of doing it via sed
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d23c209..0e5c297 100644 --- a/configure.ac +++ b/configure.ac @@ -76,6 +76,7 @@ yes) esac AC_CONFIG_FILES([ + x11perfcomp Makefile man/Makefile]) AC_OUTPUT |