diff options
author | vapier@chromium.org <vapier@chromium.org> | 2014-08-27 02:10:55 +0000 |
---|---|---|
committer | vapier@chromium.org <vapier@chromium.org> | 2014-08-27 02:10:55 +0000 |
commit | 1b309ed0077f95fee417f93c80a5bbda7e3143fe (patch) | |
tree | 496c15bbc9a564190b4b8995aa24376bbe080c11 /configure | |
parent | Set 32 bits iOS app to use vm_region_recurse_64. (diff) | |
download | breakpad-1b309ed0077f95fee417f93c80a5bbda7e3143fe.tar.xz |
make "make install" also install headers and pkgconfig files
See https://code.google.com/p/google-breakpad/issues/detail?id=219
R=vapier@chromium.org
Review URL: https://breakpad.appspot.com/1114002
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1364 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -6582,7 +6582,8 @@ else fi -ac_config_files="$ac_config_files Makefile" +ac_config_files="$ac_config_files breakpad.pc breakpad-client.pc Makefile" + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -7350,6 +7351,8 @@ do case $ac_config_target in "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;; "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "breakpad.pc") CONFIG_FILES="$CONFIG_FILES breakpad.pc" ;; + "breakpad-client.pc") CONFIG_FILES="$CONFIG_FILES breakpad-client.pc" ;; "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; |