diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-02-05 13:30:27 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-02-05 13:30:27 -0800 |
commit | b3a43fbe312d4da796aa1fcb04a8a27f7961641d (patch) | |
tree | 800310e072088c81c43c959e845283b49fe3443a | |
parent | f05148fa57a1ebdb75135f026b7c5f4678a3b293 (diff) |
Restore part of the XORG_MACROS_VERSION comment
The 1.1 or later part is actually important since XORG_MACROS_VERSION
didn't exist before then.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
-rw-r--r-- | xorg-macros.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index 56ec104..a16e06f 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -37,7 +37,7 @@ dnl of the copyright holder. # # To ensure that this macro is defined, also add: # m4_ifndef([XORG_MACROS_VERSION], -# [m4_fatal([must install xorg-macros before running autoconf/autogen])]) +# [m4_fatal([must install xorg-macros 1.1 or later before running autoconf/autogen])]) # # # See the "minimum version" comment for each macro you use to see what |