Commit 85d9e7dfed31cf4b9307fad920422a7b433fc35c
1 parent
c2e5ca48
Fix version pattern for configure.ac
Showing
1 changed file
with
1 additions
and
1 deletions
make_dist
| @@ -40,7 +40,7 @@ my $fh = safe_open("configure.ac"); | @@ -40,7 +40,7 @@ my $fh = safe_open("configure.ac"); | ||
| 40 | my $config_version = 'unknown'; | 40 | my $config_version = 'unknown'; |
| 41 | while (<$fh>) | 41 | while (<$fh>) |
| 42 | { | 42 | { |
| 43 | - if (m/^AC_INIT\(qpdf,([^\)]+)\)/) | 43 | + if (m/^AC_INIT\(\[qpdf\],\[([^\)]+)\]\)/) |
| 44 | { | 44 | { |
| 45 | $config_version = $1; | 45 | $config_version = $1; |
| 46 | last; | 46 | last; |