The MinGW.org Windows System Libraries
Revisão | 55eabac9897f4814feb7523898d0e854240a6d91 (tree) |
---|---|
Hora | 2016-10-14 22:41:44 |
Autor | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Make package installation prefix consistent throughout.
@@ -1,3 +1,10 @@ | ||
1 | +2016-10-14 Keith Marshall <keithmarshall@users.sourceforge.net> | |
2 | + | |
3 | + Make package installation prefix consistent throughout. | |
4 | + | |
5 | + * configure.ac (AC_PREFIX_DEFAULT): Assign it; match it to... | |
6 | + * mingwrt/configure.ac w32api/configure.ac: ...these. | |
7 | + | |
1 | 8 | 2016-07-19 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 9 | |
3 | 10 | Update install-sh to match mingw.org/build-aux package. |
@@ -30,6 +30,7 @@ | ||
30 | 30 | # |
31 | 31 | AC_PREREQ([2.64]) |
32 | 32 | AC_INIT([MinGW System Libraries],[__VERSION__],[__BUG_REPORT_URL__],[wsl]) |
33 | + AC_PREFIX_DEFAULT([/mingw]) | |
33 | 34 | |
34 | 35 | AC_PROG_MKDIR_P |
35 | 36 | AC_PATH_PROG([LN],[ln],[ln]) |