Skip to content

Commit

Permalink
build warning: AC_OUTPUT should be used without arguments (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuj authored Jun 2, 2022
1 parent 72ae2b2 commit e61809d
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 @@ -551,7 +551,7 @@ AC_SUBST(PKGDATADIR)
dnl ***************************************************************************
dnl *** Output Makefiles et al ***
dnl ***************************************************************************
AC_OUTPUT([
AC_CONFIG_FILES([
Makefile
po/Makefile.in
accessx-status/Makefile
Expand Down Expand Up @@ -617,6 +617,7 @@ netspeed/icons/Makefile
netspeed/src/Makefile
netspeed/help/Makefile
])
AC_OUTPUT

dnl ***************************************************************************
dnl *** Display Summary ***
Expand Down

0 comments on commit e61809d

Please sign in to comment.