From 55eabac9897f4814feb7523898d0e854240a6d91 Mon Sep 17 00:00:00 2001 From: Keith Marshall Date: Fri, 14 Oct 2016 14:41:44 +0100 Subject: [PATCH] Make package installation prefix consistent throughout. --- ChangeLog | 7 +++++++ configure.ac | 1 + 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index ee3de1a..a33f5aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-10-14 Keith Marshall + + Make package installation prefix consistent throughout. + + * configure.ac (AC_PREFIX_DEFAULT): Assign it; match it to... + * mingwrt/configure.ac w32api/configure.ac: ...these. + 2016-07-19 Keith Marshall Update install-sh to match mingw.org/build-aux package. diff --git a/configure.ac b/configure.ac index bdf0a4a..39303e1 100644 --- a/configure.ac +++ b/configure.ac @@ -30,6 +30,7 @@ # AC_PREREQ([2.64]) AC_INIT([MinGW System Libraries],[__VERSION__],[__BUG_REPORT_URL__],[wsl]) + AC_PREFIX_DEFAULT([/mingw]) AC_PROG_MKDIR_P AC_PATH_PROG([LN],[ln],[ln]) -- 2.11.0