* automake.in (&file_contents): Map MAINTAINER-MODE to
[platform/upstream/automake.git] / automake.in
index e461f36..2cd2d0c 100755 (executable)
@@ -6749,7 +6749,8 @@ sub file_contents
       # prevents us from matching the end of line.
       "s/##([^#\n].*)?\\n//gmo;"
        . &transform ('CYGNUS'          => $cygnus_mode,
-                     'MAINTAINER-MODE' => $seen_maint_mode,
+                     'MAINTAINER-MODE'
+                     => $seen_maint_mode ? '@MAINTAINER_MODE_TRUE@' : '',
 
                      'SHAR'        => $options{'dist-shar'},
                      'BZIP2'       => $options{'dist-bzip2'},