Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] [GNU Build System] aclocal version wählen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2942
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Mon Feb 28, 2005 9:23 pm    Post subject: [OT] [GNU Build System] aclocal version wählen Reply with quote

Hi

ich schreibe eine configure.ac. Wenn ich aclocal ausführe, dann wird aclocal-1.8 ausgeführt. Dummerweise kommt es dabei zu vielen Warnungen, die mich kränken

Code:

/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/usr/share/aclocal/smpeg.m4:13: warning: underquoted definition of AM_PATH_SMPEG
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
/usr/share/aclocal/movtar.m4:14: warning: underquoted definition of MOVTAR_TEST_VERSION
/usr/share/aclocal/movtar.m4:59: warning: underquoted definition of AM_PATH_MOVTAR
/usr/share/aclocal/lqt.m4:14: warning: underquoted definition of AC_PATH_LQT
/usr/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT
/usr/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT
/usr/share/aclocal/libfame.m4:6: warning: underquoted definition of AM_PATH_LIBFAME
/usr/share/aclocal/libart.m4:11: warning: underquoted definition of AM_PATH_LIBART
/usr/share/aclocal/libOggFLAC.m4:7: warning: underquoted definition of AM_PATH_LIBOGGFLAC
/usr/share/aclocal/libOggFLAC++.m4:8: warning: underquoted definition of AM_PATH_LIBOGGFLACPP
/usr/share/aclocal/libIDL.m4:6: warning: underquoted definition of AM_PATH_LIBIDL
/usr/share/aclocal/libFLAC.m4:7: warning: underquoted definition of AM_PATH_LIBFLAC
/usr/share/aclocal/libFLAC++.m4:8: warning: underquoted definition of AM_PATH_LIBFLACPP
/usr/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB
/usr/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
/usr/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK
/usr/share/aclocal/gpgme.m4:9: warning: underquoted definition of AM_PATH_GPGME
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
/usr/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted definition of AM_PATH_GDK_PIXBUF
/usr/share/aclocal/freetype2.m4:7: warning: underquoted definition of AC_CHECK_FT2
/usr/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
/usr/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB
/usr/share/aclocal/ORBit.m4:4: warning: underquoted definition of AM_PATH_ORBIT


wenn ich aclocal-1.{4,5,6,7} ausführe, dann gibt es sie nicht. Wie kann in configure.ac klar machen, dass ich aclocal-1.4 will? Oder ist es besser aclocal-1.8?

Ich hab jedenfalls aclocal getrixt. Wenn ich sowas mache:

Code:

aclocal-1.4
autoconf
automake-1.4


wenn ich da nur aclocal ausführe, dann bekomme ich keine Warnungen mehr. Wenn ich Makefile.in und aclocal.m4 lösche, dann kommen die Warnung wieder :roll: wieso denn das?

Sind diese Warnungen sehr schlimm oder kann ich sie einfach ignorieren?
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Mon Feb 28, 2005 9:49 pm    Post subject: Reply with quote

Ein Hoch auf Google!
grv575 wrote:
Yeah it's a harmless warning. I believe the syntax changed for the m4 macro processor. So in e.g. gtk.m4:7
AC_DEFUN(AM_PATH_GTK
becomes
AC_DEFUN([AM_PATH_GTK]

which is considered properly quoted...
the old style is still supported though so ignore the warning.
Back to top
View user's profile Send private message
pablo_supertux
Advocate
Advocate


Joined: 25 Jan 2004
Posts: 2942
Location: Somewhere between reality and Middle-Earth and in Freiburg (Germany)

PostPosted: Mon Feb 28, 2005 9:51 pm    Post subject: Reply with quote

psyqil wrote:
Ein Hoch auf Google!
grv575 wrote:
Yeah it's a harmless warning. I believe the syntax changed for the m4 macro processor. So in e.g. gtk.m4:7
AC_DEFUN(AM_PATH_GTK
becomes
AC_DEFUN([AM_PATH_GTK]

which is considered properly quoted...
the old style is still supported though so ignore the warning.


an google hab ich gedacht, wusste ich aber nicht wonach ich suchen soll. Also da bin ich beruhigt, dass die Warnungen "hamlos" sind. Danke.
_________________
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum