gnokii-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS build instructions outdated on www.gnokii.org?


From: Mark Kirkwood
Subject: CVS build instructions outdated on www.gnokii.org?
Date: Fri, 05 Jan 2007 11:03:14 +1300
User-agent: Thunderbird 1.5.0.9 (X11/20061227)

I checked out CVS today, and initially followed the (first set of) instructions from:

  http://www.gnokii.org/cvs.shtml

i.e:

  address@hidden:~/gnokii$ gettextize
  address@hidden:~/gnokii$ aclocal
  address@hidden:~/gnokii$ autoconf
  address@hidden:~/gnokii$ autoheader
  address@hidden:~/gnokii$ ./configure

This fails at aclocal stage with:

configure.in:761: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES.
../../lib/autoconf/status.m4:300: AC_CONFIG_FILES is expanded from...
configure.in:761: the top level
autom4te-2.60: /usr/bin/m4 failed with exit status: 1
aclocal-1.9: autom4te failed with exit status: 1


However the alternative noted ./autogen.sh works fine. It actually does the following:

  autopoint -f
  libtoolize -c -f
  AC_LOCAL_FLAGS="-I m4"
  if [ "`uname -s`"x = "FreeBSD"x ]; then
      AC_LOCAL_FLAGS="${AC_LOCAL_FLAGS} -I /usr/local/share/aclocal"
  fi
  aclocal ${AC_LOCAL_FLAGS}
  autoheader
  autoconf
  ./configure "$@"

Are the initial instructions current? (Shouldn't they do teh same as autogen.sh?)

Cheers

Mark




reply via email to

[Prev in Thread] Current Thread [Next in Thread]