aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorvapier@chromium.org <vapier@chromium.org>2014-08-27 02:10:55 +0000
committervapier@chromium.org <vapier@chromium.org>2014-08-27 02:10:55 +0000
commit1b309ed0077f95fee417f93c80a5bbda7e3143fe (patch)
tree496c15bbc9a564190b4b8995aa24376bbe080c11 /configure
parentSet 32 bits iOS app to use vm_region_recurse_64. (diff)
downloadbreakpad-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-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 73b97540..3f5b2945 100755
--- a/configure
+++ b/configure
@@ -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;;