Skip to content

Commit

Permalink
configure fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cropi committed Feb 17, 2020
1 parent 7dd0078 commit d8e5c31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ AC_INIT([usbguard-notifier], [0.0.3], [[email protected]])
AC_CONFIG_SRCDIR([src/])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([m4])
m4_pattern_allow([AC_MSG_FAILURE])

# if it's possible enable silent compilation
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
Expand All @@ -12,7 +13,7 @@ AM_INIT_AUTOMAKE([foreign subdir-objects tar-pax])

AC_PROG_MAKE_SET
AC_PROG_CXX
AC_PROG_CC
AC_PROG_CC_C99

AC_PROG_INSTALL
AC_PROG_MAKE_SET
Expand Down

0 comments on commit d8e5c31

Please sign in to comment.