Revert "Remove dist-bzip2 from AM_INIT_AUTOMAKE in configure.ac because GitHub does not"

This reverts commit 5c0d38b3a8.

I misunderstood GitHub.
This commit is contained in:
Philip Hazel 2021-08-27 12:06:07 +01:00
parent 587e46b372
commit c2fc6cfa0a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ m4_define(libpcre2_posix_version, [3:0:0])
AC_PREREQ([2.60])
AC_INIT([PCRE2],pcre2_major.pcre2_minor[]pcre2_prerelease,[],[pcre2])
AC_CONFIG_SRCDIR([src/pcre2.h.in])
AM_INIT_AUTOMAKE([dist-zip])
AM_INIT_AUTOMAKE([dist-bzip2 dist-zip])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_HEADERS(src/config.h)