Skip to content

Commit

Permalink
Merge pull request e2guardian#705 from sunweaver/pr/AM_INIT_AUTOMAKE-…
Browse files Browse the repository at this point in the history
…expanded-multiple-times

configure.ac: Don't expand AM_INIT_AUTOMAKE multiple times.
  • Loading branch information
philipianpearce authored Nov 16, 2021
2 parents 2cd0e86 + 063bf32 commit d48f47c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ AC_DEFINE([__SSLMITM],[""],[Define to enable SSL MITM])

AC_PREREQ(2.57)
AC_INIT(e2guardian, 5.4.4)
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([e2config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([subdir-objects])
Expand Down

0 comments on commit d48f47c

Please sign in to comment.