summaryrefslogtreecommitdiff
path: root/NewModuleGuidelines.mdwn
diff options
context:
space:
mode:
authorgnadon <gnadon@web>2013-10-29 18:46:13 -0700
committerxorg <iki-xorg@freedesktop.org>2013-10-29 18:46:13 -0700
commit10deca426dbb6a3f288b18f9c0f81502d533b4c0 (patch)
tree8a93107b7e8d8cbd90df2ea257a788501416054c /NewModuleGuidelines.mdwn
parent4de895f3a9e109ef63d1258681dfbe3d4fdb7801 (diff)
Diffstat (limited to 'NewModuleGuidelines.mdwn')
-rw-r--r--NewModuleGuidelines.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/NewModuleGuidelines.mdwn b/NewModuleGuidelines.mdwn
index 8a04ed42..7f091e67 100644
--- a/NewModuleGuidelines.mdwn
+++ b/NewModuleGuidelines.mdwn
@@ -1,5 +1,3 @@
-
-
## New Module Guidelines
This text was written for developers converting to modular structure during the 7.0 bootstrap. It may still be useful to people adding new modules to the tree.
@@ -69,7 +67,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|Building_the_X_Window_System]] 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 [[Building the X Window System|Building_the_X_Window_System]] wiki.
**AC_INIT (package, version, [bug-report], [tarname])**