summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 7df437bddcdb..bdb9aa9b7208 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -61,6 +61,8 @@ sub read_args($)
print " $opt\n";
}
}
+ } elsif ( substr($_, 0, 1) eq "#" ) {
+ # comment
} else {
push @lst, $_;
}