Skip to content

Commit

Permalink
Update deprecated autoconf macros
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Dec 11, 2021
1 parent 5bae7bc commit 25487c8
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,11 +1,11 @@
AC_INIT([uftpd], [2.14-dev], [https://github.com/troglobit/uftpd/issues],,
AC_INIT([uftpd], [2.14-dev], [https://github.com/troglobit/uftpd/issues], [],
[https://troglobit.com/projects/uftpd/])
AC_CONFIG_AUX_DIR(aux)
AM_INIT_AUTOMAKE([1.11 foreign dist-xz])
AM_SILENT_RULES([yes])

AC_CONFIG_SRCDIR([src/uftpd.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile test/Makefile])

AC_PROG_CC
Expand Down

0 comments on commit 25487c8

Please sign in to comment.