diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-03-16 16:39:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-03-16 16:39:07 -0700 |
commit | e4971e9507f989d68c97a92edd1e6e1881ad1d55 (patch) | |
tree | f71b36fe50de2cfa9263629a24354eb02adc6e46 | |
parent | 7897a5b8edd142d4de63933db3e544262006289e (diff) |
makedepend 1.0.6makedepend-1.0.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ makedepend - create dependencies in makefiles --------------------------------------------- +makedepend parses C sources to make dependency lists for Makefiles. + All questions regarding this software should be directed at the Xorg mailing list: diff --git a/configure.ac b/configure.ac index a4e2e59..6379d78 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([makedepend], [1.0.5], +AC_INIT([makedepend], [1.0.6], [https://gitlab.freedesktop.org/xorg/util/makedepend/issues]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([makedepend-config.h]) |