Bug 148684 - deskbar-applet autoconf bug
Bug#: 148684 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: mithrandir@electrang.net
Component: GNOME
URL: 
Summary: deskbar-applet autoconf bug
Keywords:  
Status Whiteboard: 
Opened: 2006-09-22 11:51 0000
Description:   Opened: 2006-09-22 11:51 0000
deskbar-applet cannot load icons which is shipped with deskbar-applet.

I check the defs.py and found DATADIR='' but not /usr/share.

The reason is below.

in configure.ac of deskbar-applet 2.16.0,

there is 

AS_AC_EXPAND(DATADIR, $datarootdir) , which is expected as /usr/share commonly.

however, datarootdir is nowhere. --datadir= option set $datadir, not
$datarootdir.

so this must be 
AS_AC_EXPAND(DATADIR)

------- Comment #1 From Park Ji-in 2006-09-23 12:46:26 0000 -------
I found that my autoconf is 2.59, but deskbar-applet's developer used
autoconf-2.60.
--datarootdir option is appeared at 2.60, so this bug doesn't reproduced at
autoconf-2.60.

so, if you need to re-autoconf this package, must add depent to
>=sys-devel/autoconf-2.60

------- Comment #2 From Daniel Gryniewicz 2006-09-30 17:36:48 0000 -------
Fixed, thanks.

------- Comment #3 From Daniel Gryniewicz 2006-10-06 10:56:29 0000 -------
*** Bug 146635 has been marked as a duplicate of this bug. ***