• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


Commit MetaInfo

Revisão55eabac9897f4814feb7523898d0e854240a6d91 (tree)
Hora2016-10-14 22:41:44
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Mensagem de Log

Make package installation prefix consistent throughout.

Mudança Sumário

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -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+
18 2016-07-19 Keith Marshall <keithmarshall@users.sourceforge.net>
29
310 Update install-sh to match mingw.org/build-aux package.
--- a/configure.ac
+++ b/configure.ac
@@ -30,6 +30,7 @@
3030 #
3131 AC_PREREQ([2.64])
3232 AC_INIT([MinGW System Libraries],[__VERSION__],[__BUG_REPORT_URL__],[wsl])
33+ AC_PREFIX_DEFAULT([/mingw])
3334
3435 AC_PROG_MKDIR_P
3536 AC_PATH_PROG([LN],[ln],[ln])