mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-22 10:58:58 +00:00
Fix version pattern for configure.ac
This commit is contained in:
parent
c2e5ca48e0
commit
85d9e7dfed
@ -40,7 +40,7 @@ my $fh = safe_open("configure.ac");
|
|||||||
my $config_version = 'unknown';
|
my $config_version = 'unknown';
|
||||||
while (<$fh>)
|
while (<$fh>)
|
||||||
{
|
{
|
||||||
if (m/^AC_INIT\(qpdf,([^\)]+)\)/)
|
if (m/^AC_INIT\(\[qpdf\],\[([^\)]+)\]\)/)
|
||||||
{
|
{
|
||||||
$config_version = $1;
|
$config_version = $1;
|
||||||
last;
|
last;
|
||||||
|
Loading…
Reference in New Issue
Block a user