Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
0f89f655
Kaydet (Commit)
0f89f655
authored
Tem 28, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
It's called "GNU Make", not "gnumake"
Change-Id: I54900e077d5325fb6bfad84a2afa37f3adf551bb
üst
36e1a903
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
configure.ac
configure.ac
+7
-7
No files found.
configure.ac
Dosyayı görüntüle @
0f89f655
...
...
@@ -183,9 +183,9 @@ cd $BUILDDIR
x_Cygwin=[\#]
dnl ===================================================================
dnl Search all the common names for GNU
m
ake
dnl Search all the common names for GNU
M
ake
dnl ===================================================================
AC_MSG_CHECKING([for GNU
m
ake])
AC_MSG_CHECKING([for GNU
M
ake])
# try to use our own make if it is available and GNUMAKE was not already defined
if test -z "$GNUMAKE"; then
...
...
@@ -215,10 +215,10 @@ for a in "$MAKE" "$GNUMAKE" make gmake gnumake; do
done
AC_MSG_RESULT($GNUMAKE)
if test -z "$GNUMAKE"; then
AC_MSG_ERROR([not found. install GNU
m
ake.])
AC_MSG_ERROR([not found. install GNU
M
ake.])
else
if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
AC_MSG_NOTICE([Using a native Win32
gnum
ake version.])
AC_MSG_NOTICE([Using a native Win32
GNU M
ake version.])
fi
fi
...
...
@@ -5020,7 +5020,7 @@ AC_SUBST(ENABLE_PCH)
TAB=`printf '\t'`
AC_MSG_CHECKING([the GNU
m
ake version])
AC_MSG_CHECKING([the GNU
M
ake version])
_make_version=`$GNUMAKE --version | grep GNU | $GREP -v GPL | $SED -e 's@^[[^0-9]]*@@' -e 's@ .*@@' -e 's@,.*@@'`
_make_longver=`echo $_make_version | $AWK -F. '{ print \$1*10000+\$2*100+\$3 }'`
if test "$_make_longver" -ge "038200"; then
...
...
@@ -5041,7 +5041,7 @@ elif test "$_make_longver" -ge "038100"; then
elif test "$SHA1SUM" = "openssl"; then
SHA1SUM="openssl sha1"
fi
AC_MSG_CHECKING([for GNU
m
ake bug 20033])
AC_MSG_CHECKING([for GNU
M
ake bug 20033])
TESTGMAKEBUG20033=`mktemp -d tmp.XXXXXX`
$SED -e "s/<TAB>/$TAB/g" > $TESTGMAKEBUG20033/Makefile << EOF
A := \$(wildcard *.a)
...
...
@@ -5081,7 +5081,7 @@ else
fi
# find if gnumake support file function
AC_MSG_CHECKING([whether GNU
m
ake supports the 'file' function])
AC_MSG_CHECKING([whether GNU
M
ake supports the 'file' function])
TESTGMAKEFILEFUNC="`mktemp -d -t tst.XXXXXX`"
if test "$GNUMAKE_WIN_NATIVE" = "TRUE" ; then
TESTGMAKEFILEFUNC=`cygpath -m $TESTGMAKEFILEFUNC`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment