Skip to content

Commit

Permalink
Remove deprecated AC_PROG_GCC_TRADITIONAL
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Sep 18, 2024
1 parent 37ad783 commit 0bdda29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl AM_ACLOCAL_INCLUDE(m4)

AC_PREREQ([2.65])
AC_INIT([pure-ftpd], [1.0.51],
[https://github.com/jedisct1/pure-ftpd], [pure-ftpd], [https://www.pureftpd.org])
[https://github.com/jedisct1/pure-ftpd], [pure-ftpd],[https://www.pureftpd.org])
AC_CONFIG_SRCDIR(src/ftpd.c)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11.2 dist-bzip2 tar-ustar])
Expand Down Expand Up @@ -277,7 +277,6 @@ AC_CHECK_TYPE(sig_atomic_t, , [AC_DEFINE(sig_atomic_t, signed char, [sig_atomic_

dnl Compiler characteristics

AC_PROG_GCC_TRADITIONAL
AC_C_CONST
AC_C_INLINE

Expand Down

0 comments on commit 0bdda29

Please sign in to comment.