]> mj.ucw.cz Git - libucw.git/blobdiff - build/genconf
Determine system page size in the configure script (introduced CPU_PAGE_SIZE).
[libucw.git] / build / genconf
index 7a53dc1b3c824749ec689b0a30db8d93feecef47..0d7bc7370e24dd0b423a940c5265cf0e2dd385fb 100755 (executable)
@@ -36,7 +36,11 @@ while (<IN>) {
                        $empty && next;
                        $empty = 1;
                } else { $empty = 0; }
-               print OUT;
+               if (/^#pipe\s+(.+)/) {
+                       print OUT `$1`;
+               } else {
+                       print OUT;
+               }
        }
 }
 @ifs && die "Unterminated #ifdef";