diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2008-11-14 22:26:06 +0100 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-11-29 05:13:32 -0200 |
commit | b8a5186c585b4f01971457f0d59cc7480cf528e8 (patch) | |
tree | 8cab6c2b3a6acb78a0a2ed26f76343d255f01c1d /xorg-macros.m4.in | |
parent | a3a533044de7c8c360d0de312ac75b32db04e35e (diff) |
reorganize autoconf macro files
append xorgversion.m4 to xorg-macros.m4.in, instead of installing
it as separate file.
Avoid copying some code from xorgversion.m4 to configure.ac.
Diffstat (limited to 'xorg-macros.m4.in')
-rw-r--r-- | xorg-macros.m4.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index 0eda9a8..5a1192b 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -1,3 +1,4 @@ +dnl @configure_input@ dnl dnl Copyright 2005-2006 Sun Microsystems, Inc. All rights reserved. dnl @@ -423,3 +424,4 @@ AC_SUBST(LINTLIB) AM_CONDITIONAL(MAKE_LINT_LIB, [test x$make_lint_lib != xno]) ]) # XORG_LINT_LIBRARY + |