diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-03 15:58:43 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-07-03 16:08:59 +0200 |
commit | cb6985816bdafc40fee6d57c6320e18906990ba7 (patch) | |
tree | 87be9a395a77365a516afa0f4d4015cdf3e8e37b /m4 | |
parent | 4b8910554d91768db711c9f05ad992b8a70c590e (diff) | |
download | external_libqmi-cb6985816bdafc40fee6d57c6320e18906990ba7.zip external_libqmi-cb6985816bdafc40fee6d57c6320e18906990ba7.tar.gz external_libqmi-cb6985816bdafc40fee6d57c6320e18906990ba7.tar.bz2 |
build: prepare sources to treat `libqmi-glib' not as the only library
Instead of keeping the libqmi-glib sources under `src', we'll have a more
specific `libqmi-glib' directory instead.
Also, update autotools to reflect as `libqmi' the name of the project.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/compiler-warnings.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/compiler-warnings.m4 b/m4/compiler-warnings.m4 index 5cc3a38..511b898 100644 --- a/m4/compiler-warnings.m4 +++ b/m4/compiler-warnings.m4 @@ -1,4 +1,4 @@ -AC_DEFUN([LIBQMI_GLIB_COMPILER_WARNINGS], +AC_DEFUN([LIBQMI_COMPILER_WARNINGS], [AC_ARG_ENABLE(more-warnings, AS_HELP_STRING([--enable-more-warnings], [Maximum compiler warnings]), set_more_warnings="$enableval",set_more_warnings=yes) |