Skip to content

Commit

Permalink
fix(build): Run autoupdate to fix autoconf issues
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Feb 3, 2021
1 parent 8deb58d commit ab8307b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 1,5 @@
AC_PREREQ([2.68])
AC_INIT([SILE],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
[[email protected]])
AC_PREREQ([2.69])
AC_INIT([SILE],[m4_esyscmd(build-aux/git-version-gen .tarball-version)],[[email protected]])
AM_INIT_AUTOMAKE([1.11.1 foreign tar-pax dist-zip dist-xz no-dist-gzip -Wall no-define color-tests -Wno-portability subdir-objects])
AC_CONFIG_MACRO_DIR([m4])
LT_PREREQ([2.2])
Expand All @@ -16,7 14,7 @@ fi
AM_SILENT_RULES([yes])

# Checks for programs.
AC_PROG_CC_C99
AC_PROG_CC
AC_PROG_OBJC

AC_CANONICAL_HOST
Expand Down

0 comments on commit ab8307b

Please sign in to comment.