Skip to content

Commit

Permalink
style(build): Cleanup formatting in line with other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Feb 25, 2023
1 parent 5344cb5 commit 7a35aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([sile],[m4_esyscmd(build-aux/git-version-gen .tarball-version)],[simon@simon-cozens.org])
AC_INIT([sile], [m4_esyscmd(build-aux/git-version-gen .tarball-version)], [simon@simon-cozens.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign tar-pax dist-xz dist-zip no-dist-gzip color-tests subdir-objects])
Expand Down Expand Up @@ -31,7 +31,7 @@ AM_CONDITIONAL([DEPENDENCY_CHECKS], [test "x$enable_dependency_checks" != "xno"]

AC_ARG_ENABLE([developer],
AS_HELP_STRING([--enable-developer],
[Check for and enable tooling required only for SILE developers]))
[Check for and enable tooling required only for developers]))
AM_CONDITIONAL([DEVELOPER], [test "x$enable_developer" = "xyes"])

AC_ARG_ENABLE([font-variations],
Expand Down

0 comments on commit 7a35aa2

Please sign in to comment.