Skip to content

Commit

Permalink
[dsme] Modernize configure.ac
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Bidar <bjorn.bidar@jolla.com>
  • Loading branch information
Thaodan committed Oct 6, 2020
1 parent a462fd1 commit ad9a87a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configure.ac
Expand Up @@ -193,7 +193,7 @@ AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
LT_INIT
PKG_PROG_PKG_CONFIG

# Specify dir for local macros
Expand Down Expand Up @@ -260,4 +260,5 @@ AC_CONFIG_FILES([Makefile
tests/Makefile
dsme.init])

AC_OUTPUT(dsme-plugin.pc)
AC_CONFIG_FILES([dsme-plugin.pc])
AC_OUTPUT

0 comments on commit ad9a87a

Please sign in to comment.