OSDN Git Service

Make package installation prefix consistent throughout.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Fri, 14 Oct 2016 13:41:44 +0000 (14:41 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Fri, 14 Oct 2016 13:41:44 +0000 (14:41 +0100)
ChangeLog
configure.ac

index ee3de1a..a33f5aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-10-14  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
+       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  <keithmarshall@users.sourceforge.net>
 
        Update install-sh to match mingw.org/build-aux package.
index bdf0a4a..39303e1 100644 (file)
@@ -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])