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.
24 lines
439 B
24 lines
439 B
|
|
AC_HAVE_GL
|
|
KDE_HAVE_GL=yes;
|
|
if test "X$GLLIB" = "X"; then
|
|
KDE_HAVE_GL=no
|
|
fi
|
|
|
|
AC_SUBST(KDE_HAVE_GL)
|
|
|
|
KDE_PREFIX=`$KDECONFIG --prefix --expandvars`
|
|
AC_SUBST(KDE_PREFIX)
|
|
|
|
if test "X$kde_build_libsmoke" = "Xtde" -o "X$kde_build_libsmoke" = "Xtqt tde"; then
|
|
|
|
AC_CONFIG_FILES([ smoke/tde/qtguess.pl ], [
|
|
cd smoke/tde
|
|
perl qtguess.pl
|
|
cd ../..
|
|
])
|
|
AC_CONFIG_FILES([ smoke/tde/generate.pl ], [
|
|
])
|
|
fi
|
|
|