tweak Configure to follow new PERL_VERSION etc.
[p5sagit/p5-mst-13.2.git] / patchlevel.h
index f2c6b12..b561f11 100644 (file)
@@ -1,13 +1,16 @@
 #ifndef __PATCHLEVEL_H_INCLUDED__
 
-#  define PERL_REVISION                5               /* age */
-#  define PERL_VERSION         5               /* epoch */
-#  define PERL_SUBVERSION      55              /* generation */
+/* do not adjust the whitespace! Configure expects the numbers to be
+ * exactly on the third column */
+
+#define PERL_REVISION  5               /* age */
+#define PERL_VERSION   5               /* epoch */
+#define PERL_SUBVERSION        55              /* generation */
 
 /* these are the old terms of reference */
-#  define PATCHLEVEL           PERL_VERSION
-#  undef  SUBVERSION           /* OS/390 has a SUBVERSION in a system header */
-#  define SUBVERSION           PERL_SUBVERSION
+#define PATCHLEVEL             PERL_VERSION
+#undef  SUBVERSION             /* OS/390 has a SUBVERSION in a system header */
+#define SUBVERSION             PERL_SUBVERSION
 
 /*
        local_patches -- list of locally applied less-than-subversion patches.