diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-27 18:18:11 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-27 18:18:11 +0000 |
commit | 11d4d8246dd074637b93d85bd0ee4391dea2bb6c (patch) | |
tree | b8df18126da56ac5305601a4da11eae513ac8ccf /configure.in | |
parent | e81dff6ab56e4fe3ec90b4199a3d069049364596 (diff) | |
download | ATCD-11d4d8246dd074637b93d85bd0ee4391dea2bb6c.tar.gz |
* configure.in:
Removed `tests/log/Makefile' from the list of files to
generate (i.e. removed from AC_OUTPUT macro call).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d4fef8a8469..23b42c182e8 100644 --- a/configure.in +++ b/configure.in @@ -6372,7 +6372,6 @@ AC_OUTPUT([ netsvcs/lib/Makefile netsvcs/servers/Makefile tests/Makefile - tests/log/Makefile ]) dnl Make sure ace-diff-config is executable |