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
ccff6eaf
Kaydet (Commit)
ccff6eaf
authored
Tem 11, 2002
tarafından
Martin Hollmichel
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
join: from OOO_STABLE_1
üst
fd842bec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
12 deletions
+23
-12
autogen.sh
dmake/autogen.sh
+23
-12
No files found.
dmake/autogen.sh
Dosyayı görüntüle @
ccff6eaf
...
...
@@ -12,18 +12,33 @@ FILE=make.c
DIE
=
0
(
autoconf
--version
)
< /dev/null
>
/dev/null 2>&1
||
{
# cvs may leave some files unwritable
(
chmod
-Rf
u+rw
$srcdir
)
< /dev/null
>
/dev/null 2>&1
||
{
echo
echo
"You must have autoconf installed to compile
$PROJECT
."
echo
"Download the appropriate package for your distribution,"
echo
"or get the source tarball at ftp://ftp.gnu.org/pub/gnu/"
echo
"You must have owner permissions for all files and subdirectories"
echo
"in
$srcdir
"
DIE
=
1
}
(
autoconf
--version
|
grep
'2.13'
)
< /dev/null
>
/dev/null 2>&1
||
{
echo
echo
"You must have autoconf version 2.13 installed to compile
$PROJECT
."
echo
"Get ftp://ftp.gnu.org/gnu/gettext/autoconf/autoconf-2.13.tar.gz"
DIE
=
1
}
(
automake
--version
)
< /dev/null
>
/dev/null 2>&1
||
{
echo
echo
"You must have automake installed to compile
$PROJECT
."
echo
"Get ftp://ftp.cygnus.com/pub/home/tromey/automake-1.2d.tar.gz"
echo
"Get ftp://ftp.gnu.org/gnu/gettext/automake/automake-1.4.tar.gz"
echo
"(or a newer version if it is available)"
DIE
=
1
}
(
gettextize
--version
)
< /dev/null
>
/dev/null 2>&1
||
{
echo
echo
"You must have gettextize installed to compile
$PROJECT
."
echo
"Get ftp://ftp.gnu.org/gnu/gettext/gettext-0.10.38.tar.gz"
echo
"(or a newer version if it is available)"
DIE
=
1
}
...
...
@@ -42,10 +57,6 @@ if test -z "$*"; then
echo
"to pass any to it, please specify them on the
$0
command line."
fi
case
$CC
in
*
xlc
|
*
xlc
\
*
|
*
lcc
|
*
lcc
\
*
)
am_opt
=
--include-deps
;;
esac
if
test
-z
"
$ACLOCAL_FLAGS
"
;
then
acdir
=
`
aclocal
--print-ac-dir
`
...
...
@@ -83,11 +94,11 @@ aclocal $ACLOCAL_FLAGS
# optionally feature autoheader
(
autoheader
--version
)
< /dev/null
>
/dev/null 2>&1
&&
autoheader
automake
-
-foreign
$am_opt
automake
-
a
--include-deps
$am_opt
autoconf
cd
$ORIGDIR
$srcdir
/configure
--enable-maintainer-mode
--prefix
=
/usr/local
/test
"
$@
"
$srcdir
/configure
--enable-maintainer-mode
--prefix
=
/usr/local
"
$@
"
echo
echo
"Now
type 'make'
to compile
$PROJECT
."
echo
"Now
exucute GNU make
to compile
$PROJECT
."
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