aboutsummaryrefslogtreecommitdiffstats
path: root/make_dist
diff options
context:
space:
mode:
Diffstat (limited to 'make_dist')
-rwxr-xr-xmake_dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_dist b/make_dist
index 9296c5ad..fb1436e6 100755
--- a/make_dist
+++ b/make_dist
@@ -40,7 +40,7 @@ my $fh = safe_open("configure.ac");
my $config_version = 'unknown';
while (<$fh>)
{
- if (m/^AC_INIT\(qpdf,([^\)]+)\)/)
+ if (m/^AC_INIT\(\[qpdf\],\[([^\)]+)\]\)/)
{
$config_version = $1;
last;