summaryrefslogtreecommitdiff
path: root/NewModuleGuidelines.mdwn
diff options
context:
space:
mode:
authorgnadon <gnadon@web>2013-10-29 18:23:36 -0700
committerxorg <iki-xorg@freedesktop.org>2013-10-29 18:23:36 -0700
commit362da60b9af829a634af7974627b03aecde57f34 (patch)
tree8f995f7de1bbebf6ebc50eebb7d6f087f09f63b4 /NewModuleGuidelines.mdwn
parent87f697dcbb6413157947f67dd61f3bbbcaec0587 (diff)
update for rename of ModularDevelopersGuide.mdwn to Building_the_X_Window_System_from_Source.mdwn
Diffstat (limited to 'NewModuleGuidelines.mdwn')
-rw-r--r--NewModuleGuidelines.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/NewModuleGuidelines.mdwn b/NewModuleGuidelines.mdwn
index cbcd5e9a..674136df 100644
--- a/NewModuleGuidelines.mdwn
+++ b/NewModuleGuidelines.mdwn
@@ -69,7 +69,7 @@ An explanation of some of the statements:
**AC_PREREQ([_x.yy_])**
-This will prevent a version older than _x.yy_ of Autoconf to create the package configuration. It is set to the minimum version at which all X.Org modules will configure correctly. This can be found in the [[ModularDevelopersGuide#GNUBuildSystem|ModularDevelopersGuide]] wiki.
+This will prevent a version older than _x.yy_ of Autoconf to create the package configuration. It is set to the minimum version at which all X.Org modules will configure correctly. This can be found in the [[ModularDevelopersGuide#GNUBuildSystem|Building_the_X_Window_System_from_Source]] wiki.
**AC_INIT (package, version, [bug-report], [tarname])**