You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
426 B
25 lines
426 B
20 years ago
|
AC_INIT(etheme-Ganymede.spec)
|
||
|
|
||
18 years ago
|
AM_INIT_AUTOMAKE(e16-theme-Ganymede, 0.16.8)
|
||
20 years ago
|
AM_MAINTAINER_MODE
|
||
|
|
||
|
THEME=Ganymede
|
||
|
|
||
|
dnl reasonable guesses for where stuff is installed
|
||
|
if test "x$prefix" = "xNONE"; then
|
||
|
prefix="/usr/local"
|
||
|
fi
|
||
|
if test "x$exec_prefix" = "xNONE"; then
|
||
|
exec_prefix=$prefix
|
||
|
fi
|
||
|
|
||
|
AC_PROG_MAKE_SET
|
||
|
AC_PROG_INSTALL
|
||
|
|
||
19 years ago
|
ENLIGHTENMENT_ROOT=`eval echo ${datadir}/e16`
|
||
20 years ago
|
AC_SUBST(ENLIGHTENMENT_ROOT)
|
||
|
|
||
|
AC_OUTPUT([
|
||
|
Makefile
|
||
|
])
|