ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] automake
@ 2005-07-12  9:17 Антон Горлов
  2005-07-12  9:41 ` Sergey Vlasov
  0 siblings, 1 reply; 8+ messages in thread
From: Антон Горлов @ 2005-07-12  9:17 UTC (permalink / raw)
  To: ALT Devel discussion list

[-- Attachment #1: Type: text/plain, Size: 441 bytes --]

Как избавиться вот от такой ругани:
automake-1.8

[stalker@ring qicoxe]$ ./autogen.sh
detected automake-1.8
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of 
AM_PATH_LIBMCRYPT
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal

Оно в принципи собирается. (рабочесть дома буду проверять.), но не 
красиво как-то... сам скрипт в аттаче.

-- 
   np: silence

[-- Attachment #2: autogen.sh --]
[-- Type: text/plain, Size: 1080 bytes --]

#!/bin/sh -e
#
# $Id: autogen.sh,v 1.5 2005/05/06 20:54:01 mitry Exp $
#
# Run this to update & generate all the automatic things
# (thanks spamass-milter for idea)
#

# hack because some OSes (cough RedHat cough) default to 2.13 even
# though a perfectly good 2.5x is available
AC=
for i in 259 -2.59 258 -2.58 257 -2.57 256 -2.56 255 -2.55 2.55 254 -2.54 2.54 253 -2.53 2.53
do
    if type autoconf$i >/dev/null 2>&1 ; then 
        AC=$i ; echo detected autoconf$AC ; break
    fi
done

AM=
for i in 19 -1.9 18 -1.8 17 -1.7 1.6 -1.6 15 -1.5
do
    if type automake$i >/dev/null 2>&1 ; then 
        AM=$i ; echo detected automake$AM ; break
    fi
done

# export these because all 5 need to know the exact name of the other ones
AUTOCONF=autoconf$AC ; export AUTOCONF
AUTOHEADER=autoheader$AC ; export AUTOHEADER
AUTOM4TE=autom4te$AC ; export AUTOM4TE
ACLOCAL=aclocal$AM ; export ACLOCAL
AUTOMAKE=automake$AM ; export AUTOMAKE

rm -rf autom4te* 2>/dev/null
$ACLOCAL -I .
$AUTOHEADER
$AUTOMAKE --copy --add-missing --force-missing
$AUTOCONF --force
rm -rf autom4te* 2>/dev/null

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-07-12 13:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-12  9:17 [devel] automake Антон Горлов
2005-07-12  9:41 ` Sergey Vlasov
2005-07-12  9:45   ` Антон Горлов
2005-07-12 10:53     ` Aleksey Avdeev
2005-07-12 10:58       ` Антон Горлов
2005-07-12 12:29         ` Aleksey Avdeev
2005-07-12 12:32           ` Антон Горлов
2005-07-12 13:57             ` Andrei Bulava

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git