tried to build menu-cache tonight while assisting a user in #lxde. got the 
following when running it:

+ [ x != x ]
+ aclocal
+ autoheader --force
+ AUTOMAKE=automake libtoolize -c --automake --force
+ AUTOMAKE=automake intltoolize -c --automake --force
cp: cannot create regular file `po/Makefile.in.in': No such file or directory
intltoolize: cannot copy '/usr/share/intltool/Makefile.in.in' to 
'po/Makefile.in.in'
+ automake --add-missing --copy --include-deps
+ autoconf
+ rm -rf autom4te.cache

As I am not too familiar with these scripts I just guessed that the 
following patch wuld do it (the ./autogen.sh; ./configure; make; make 
install worked after using it at least=)).

Index: trunk/menu-cache/autogen.sh
===================================================================
--- trunk/menu-cache/autogen.sh (revision 2141)
+++ trunk/menu-cache/autogen.sh (arbetskopia)
@@ -22,7 +22,7 @@
  ${ACLOCAL:-aclocal$AM_VERSION} ${ACLOCAL_ARG}
  ${AUTOHEADER:-autoheader$AC_VERSION} --force
  AUTOMAKE=$AUTOMAKE libtoolize -c --automake --force
-AUTOMAKE=$AUTOMAKE intltoolize -c --automake --force
+#AUTOMAKE=$AUTOMAKE intltoolize -c --automake --force
  $AUTOMAKE --add-missing --copy --include-deps
  ${AUTOCONF:-autoconf$AC_VERSION}


So anyone please take a look and apply if correctly assumed by me. Thank 
you.

-- 
brother

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to