dnl dnl Window Maker extra package autoconf input. dnl dnl Process with: aclocal; autoconf; automake dnl dnl AC_INIT(README) AM_INIT_AUTOMAKE(WindowMaker-extra, 0.1) dnl Support for ICONSDIR option dnl ============================ AC_ARG_WITH(iconsdir, [ --with-iconsdir=PATH specify a different path to install icons]) if test "x$with_iconsdir" != "x"; then ICONSDIR=$with_iconsdir else ICONSDIR='${datadir}/WindowMaker/Icons' fi AC_SUBST(ICONSDIR) AC_OUTPUT(Makefile Icons/Makefile \ Themes/Makefile \ Themes/Night.themed/Makefile \ Themes/LeetWM.themed/Makefile \ Themes/Checker.themed/Makefile \ Themes/STEP2000.themed/Makefile )