User forums > Help

AM_PATH_GLIB problems on Debian.

(1/1)

xjtuphy:
My system is Debian testing.When I was building CB from svn,the "./bootstrap" gave the error msg:

--- Code: ---./bootstrap
/usr/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
yyl@tot:~/codeblock/trunk$ ./bootstrap
--- End code ---

Then I look into /usr/share/aclocal/glib.m4,
changed

--- Code: ---AC_DEFUN(AM_PATH_GLIB
--- End code ---
to

--- Code: ---AC_DEFUN([AM_PATH_GLIB]
--- End code ---
Then

--- Code: ---./bootstrap
./configure --enable-contrib
make
make install

--- End code ---
seems ok.

Navigation

[0] Message Index

Go to full version