Skip to content

Commit

Permalink
Update to latest syntax using autoupdate
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Aug 8, 2023
1 parent 4ced30f commit 5563f17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
AC_INIT([advent], [4.2-dev], [https://github.com/troglobit/adventure/issues])
AC_INIT([advent],[4.2-dev],[https://github.com/troglobit/adventure/issues])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign])
AM_SILENT_RULES([yes])

AC_CONFIG_SRCDIR([src/advent.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/advent.desktop])

AC_PROG_CC
Expand Down

0 comments on commit 5563f17

Please sign in to comment.