diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2006-07-13 13:46:43 -0700 |
---|---|---|
committer | Alan Coopersmith <alanc@alf.(none)> | 2006-07-13 13:46:43 -0700 |
commit | a3ce32d91835471b7f91742850d78b186c4cbe8f (patch) | |
tree | f710ae531d8fa98315deb068be543a7407b59e7c /configure.ac | |
parent | 29e3f6d9c7670ff95dc03c9d494dc5f4b93741a4 (diff) |
Add XORG_MACROS_VERSION macro to check minimum version of xorg-macros.m4
- Move xorg-macros.m4 to xorg-macros.m4.in so @VERSION@ can be substituted from
the version listed in configure.ac
- Add comments to each macro listing what version it was first added in
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1b48b89..f31a93a 100644 --- a/configure.ac +++ b/configure.ac @@ -41,4 +41,4 @@ if test "x$RELEASE_VERSION" != "x"; then AC_MSG_NOTICE([Building with package name set to $PACKAGE]) fi -AC_OUTPUT([Makefile]) +AC_OUTPUT([Makefile xorg-macros.m4]) |