Commits
Michael Dickens authored 99b835f8083
3 3 | --- a/configure.ac |
4 4 | +++ b/configure.ac |
5 5 | |
6 6 | -AC_INIT([libosmocore], |
7 7 | - m4_esyscmd([./git-version-gen .tarball-version]), |
8 8 | - [openbsc@lists.osmocom.org]) |
9 9 | +AC_INIT([libosmocore],[m4_esyscmd(./git-version-gen .tarball-version)],[openbsc@lists.osmocom.org]) |
10 10 | |
11 11 | dnl *This* is the root dir, even if an install-sh exists in ../ or ../../ |
12 12 | AC_CONFIG_AUX_DIR([.]) |
13 - | |
13 + | |
14 14 | AC_MSG_RESULT([CFLAGS="$CFLAGS"]) |
15 15 | AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"]) |
16 16 | |
17 17 | -AC_OUTPUT( |
18 18 | - libosmocore.pc |
19 19 | +AC_CONFIG_FILES([libosmocore.pc |
20 20 | libosmocodec.pc |
21 21 | libosmocoding.pc |
22 22 | libosmovty.pc |
23 - | |
23 + | |
24 24 | Doxyfile.coding |
25 25 | Doxyfile.gb |
26 26 | Doxyfile.ctrl |
27 27 | - Makefile) |
28 28 | + Makefile]) |
29 29 | +AC_OUTPUT |