diff options
author | Savio Sena <savio@expertisesolutions.com.br> | 2014-07-21 20:30:28 -0300 |
---|---|---|
committer | Savio Sena <savio@expertisesolutions.com.br> | 2014-07-21 21:00:31 -0300 |
commit | 5ef73c69a3de8e94689269199b061de59d5f440a (patch) | |
tree | 7397cd9be840d676700eae23ccf4bc6e83da8c8f /configure.ac | |
parent | 011f1ace3bc4d6d908d658729bb7a1c350cc95c4 (diff) |
autotools: Fixed errors and warnings.
Removed portability warnings from Automake.
Removed *.eo.hh from BUILT_SOURCES.
Fixed some redeclaration of variables.
Added datarootdir and datadir to elementary.pc.in.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a2553e276..697bbd7af 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -18,7 +18,7 @@ AH_BOTTOM([ | |||
18 | 18 | ||
19 | AC_USE_SYSTEM_EXTENSIONS | 19 | AC_USE_SYSTEM_EXTENSIONS |
20 | 20 | ||
21 | AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz]) | 21 | AM_INIT_AUTOMAKE([1.6 dist-bzip2 dist-xz -Wall -Wno-portability]) |
22 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | 22 | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |
23 | 23 | ||
24 | # pkg-config | 24 | # pkg-config |