diff options
author | Bob Beck <beck@openbsd.org> | 2014-07-13 03:13:35 -0600 |
---|---|---|
committer | Bob Beck <beck@openbsd.org> | 2014-07-13 03:13:35 -0600 |
commit | 4b8c359b94d0cd1a83c640fd7a42a9bc40c48caf (patch) | |
tree | f44b2dce502ba7a91634884516f40deabff7efde | |
parent | 5c43a9e5ef1040ce6af5e36d3d6a237d8a4387c6 (diff) | |
download | portable-4b8c359b94d0cd1a83c640fd7a42a9bc40c48caf.tar.gz portable-4b8c359b94d0cd1a83c640fd7a42a9bc40c48caf.tar.bz2 portable-4b8c359b94d0cd1a83c640fd7a42a9bc40c48caf.zip |
remove problematic DISTCLEANFILES variable
ok bcook@
-rw-r--r-- | configure.ac.tpl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac.tpl b/configure.ac.tpl index 4c2b751..4e5e015 100644 --- a/configure.ac.tpl +++ b/configure.ac.tpl | |||
@@ -112,5 +112,3 @@ AC_CONFIG_FILES([ | |||
112 | ]) | 112 | ]) |
113 | 113 | ||
114 | AC_OUTPUT | 114 | AC_OUTPUT |
115 | |||
116 | DISTCLEANFILES = *.pc | ||