diff --git a/configure.ac b/configure.ac index 7f2aabd..8cfe69f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,4 @@ -AC_INIT([libosmocore], - m4_esyscmd([./git-version-gen .tarball-version]), - [openbsc@lists.osmocom.org]) +AC_INIT([libosmocore],[m4_esyscmd(./git-version-gen .tarball-version)],[openbsc@lists.osmocom.org]) dnl *This* is the root dir, even if an install-sh exists in ../ or ../../ AC_CONFIG_AUX_DIR([.]) @@ -408,8 +406,7 @@ AC_MSG_RESULT([CFLAGS="$CFLAGS"]) AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"]) -AC_OUTPUT( - libosmocore.pc +AC_CONFIG_FILES([libosmocore.pc libosmocodec.pc libosmocoding.pc libosmovty.pc @@ -439,4 +416,5 @@ Doxyfile.coding Doxyfile.gb Doxyfile.ctrl - Makefile) + Makefile]) +AC_OUTPUT