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:
committed by
Carlos R. Mafra
parent
1060f49366
commit
5ff0272508
@@ -820,9 +820,6 @@ else
|
||||
fi
|
||||
AC_SUBST(pixmapdir)
|
||||
|
||||
pkgdatadir='${datadir}'
|
||||
AC_SUBST(pkgdatadir)
|
||||
|
||||
|
||||
dnl Support for GNUSTEP_LOCAL_ROOT, for WPrefs.app
|
||||
dnl ==============================================
|
||||
|
||||
Reference in New Issue
Block a user