From: "Антон Горлов" <stalker@altlinux.ru> To: ALT Devel discussion list <devel@altlinux.ru> Subject: [devel] automake Date: Tue, 12 Jul 2005 13:17:35 +0400 Message-ID: <42D38AAF.1000301@altlinux.ru> (raw) [-- 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
next reply other threads:[~2005-07-12 9:17 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-07-12 9:17 Антон Горлов [this message] 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
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=42D38AAF.1000301@altlinux.ru \ --to=stalker@altlinux.ru \ --cc=devel@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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