1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-09 10:05:49 +01:00

Fix pkgdatadir

The previous patch "Fix path substitutions" accidentally caused autoconf
to overwrite automake's pkgdatadir. Since configure.ac does absolutely
nothing interesting with pkgdatadir anyway, just remove it completely.

Signed-off-by: Brad Jorsch <anomie@users.sourceforge.net>
This commit is contained in:
Brad Jorsch
2010-10-17 17:33:39 -04:00
committed by Carlos R. Mafra
parent 1060f49366
commit 5ff0272508
2 changed files with 1 additions and 4 deletions

View File

@@ -820,9 +820,6 @@ else
fi
AC_SUBST(pixmapdir)
pkgdatadir='${datadir}'
AC_SUBST(pkgdatadir)
dnl Support for GNUSTEP_LOCAL_ROOT, for WPrefs.app
dnl ==============================================