I did
sed -i -e 's:AS_AC_EXPAND:#AS_AC_EXPAND:' configure.ac

but it doesn't work after compiling, I got
lxcc
Traceback (most recent call last):
  File "/usr/bin/lxcc", line 22, in <module>
    import lxadmin.defs as defs
ImportError: No module named lxadmin.defs

Looks like it needed module update in python. I don't know how to update
modules in archlinux...

2010/6/27 Christoph Wickert <[email protected]>

> Am Sonntag, den 27.06.2010, 11:23 +0200 schrieb Julien Lavergne:
> > Hi,
> >
> > Based on the Sidux applications, and 1 other from Lubuntu community,
> > LXAdmin is a collection of little python applications to manage some
> > settings and some tasks on LXDE. Basically, I gathered them in 1 place,
> > added autotools support and gettext support, and some basic support for
> > different distributions.
>
> Speaking of distributions. I doesn't build on Fedora:
>
> > ./configure: line 5821: syntax error near unexpected token `PYTHONDIR,'
> > ./configure: line 5821: `AS_AC_EXPAND(PYTHONDIR, $pythondir)'
>
> (full output attached)
>
> > I would like also to begin an experiment with it : activate Launchpad
> > translation support, and see if it's bring more contributors. I would
> > like to see if it's interesting of not to use Launchpad for this.
>
> If this is becoming official part of LXDE, it should be hosted at sf.net
> and translated in pootle.
>
> Regards,
> Christoph
>
>
> > $ ./autogen.sh && ./configure && make
> > + '[' x '!=' x ']'
> > + aclocal
> > + autoheader --force
> > + AUTOMAKE=automake
> > + libtoolize -c --automake --force
> > + AUTOMAKE=automake
> > + intltoolize -c --automake --force
> > + automake --add-missing --copy --include-deps
> > configure.ac:8: installing `./install-sh'
> > configure.ac:8: installing `./missing'
> > src/Makefile.am: installing `./depcomp'
> > src/common/Makefile.am:4: installing `./py-compile'
> > + autoconf
> > configure.ac:87: error: possibly undefined macro: AS_AC_EXPAND
> >       If this token and others are legitimate, please use
> m4_pattern_allow.
> >       See the Autoconf documentation.
> > + rm -rf autom4te.cache
> > checking for a BSD-compatible install... /usr/bin/install -c
> > checking whether build environment is sane... yes
> > checking for a thread-safe mkdir -p... /bin/mkdir -p
> > checking for gawk... gawk
> > checking whether make sets $(MAKE)... yes
> > checking for gcc... gcc
> > checking whether the C compiler works... yes
> > checking for C compiler default output file name... a.out
> > checking for suffix of executables...
> > checking whether we are cross compiling... no
> > checking for suffix of object files... o
> > checking whether we are using the GNU C compiler... yes
> > checking whether gcc accepts -g... yes
> > checking for gcc option to accept ISO C89... none needed
> > checking for style of include used by make... GNU
> > checking dependency style of gcc... gcc3
> > checking how to run the C preprocessor... gcc -E
> > checking for grep that handles long lines and -e... /bin/grep
> > checking for egrep... /bin/grep -E
> > checking for ANSI C header files... yes
> > checking whether NLS is requested... yes
> > checking for intltool >= 0.40.0... 0.41.1 found
> > checking for intltool-update... /usr/bin/intltool-update
> > checking for intltool-merge... /usr/bin/intltool-merge
> > checking for intltool-extract... /usr/bin/intltool-extract
> > checking for xgettext... /usr/bin/xgettext
> > checking for msgmerge... /usr/bin/msgmerge
> > checking for msgfmt... /usr/bin/msgfmt
> > checking for gmsgfmt... /usr/bin/msgfmt
> > checking for perl... /usr/bin/perl
> > checking for perl >= 5.8.1... 5.10.1
> > checking for XML::Parser... ok
> > checking for a Python interpreter with version >= 2.4... python
> > checking for python... /usr/bin/python
> > checking for python version... 2.6
> > checking for python platform... linux2
> > checking for python script directory...
> ${prefix}/lib/python2.6/site-packages
> > checking for python extension module directory...
> ${exec_prefix}/lib64/python2.6/site-packages
> > checking for pkg-config... /usr/bin/pkg-config
> > checking pkg-config is at least version 0.9.0... yes
> > checking for GTK... yes
> > checking for sys/types.h... yes
> > checking for sys/stat.h... yes
> > checking for stdlib.h... yes
> > checking for string.h... yes
> > checking for memory.h... yes
> > checking for strings.h... yes
> > checking for inttypes.h... yes
> > checking for stdint.h... yes
> > checking for unistd.h... yes
> > checking locale.h usability... yes
> > checking locale.h presence... yes
> > checking for locale.h... yes
> > checking for LC_MESSAGES... yes
> > checking libintl.h usability... yes
> > checking libintl.h presence... yes
> > checking for libintl.h... yes
> > checking for ngettext in libc... yes
> > checking for dgettext in libc... yes
> > checking for bind_textdomain_codeset... yes
> > checking for msgfmt... (cached) /usr/bin/msgfmt
> > checking for dcgettext... yes
> > checking if msgfmt accepts -c... yes
> > checking for gmsgfmt... (cached) /usr/bin/msgfmt
> > checking for xgettext... (cached) /usr/bin/xgettext
> > ./configure: line 5821: syntax error near unexpected token `PYTHONDIR,'
> > ./configure: line 5821: `AS_AC_EXPAND(PYTHONDIR, $pythondir)'
> > $
>
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> Lxde-list mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/lxde-list
>
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to