$NetBSD: patch-aa,v 1.6 2007/01/26 04:25:46 markd Exp $ --- configure.orig 2006-02-15 21:53:09.000000000 +0000 +++ configure @@ -21716,8 +21716,8 @@ LIBTOOL='$(SHELL) $(top_builddir)/libtoo CELESTIA_CPPFLAGS="" -CELESTIA_CFLAGS="-O2 -Wall -ffast-math -fexpensive-optimizations" -CELESTIA_CXXFLAGS="-O2 -Wall -ffast-math -fexpensive-optimizations" +CELESTIA_CFLAGS="-Wall -ffast-math -fexpensive-optimizations" +CELESTIA_CXXFLAGS="-Wall -ffast-math -fexpensive-optimizations" echo "$as_me:$LINENO: checking whether to include debugging code" >&5 echo $ECHO_N "checking whether to include debugging code... $ECHO_C" >&6 @@ -37346,19 +37346,19 @@ else if test "$ac_use_path_checking" = "default"; then if test -z "$kde_htmldir"; then - kde_htmldir='\${datadir}/doc/HTML' + kde_htmldir='\${datadir}/doc/kde/HTML' fi if test -z "$kde_appsdir"; then - kde_appsdir='\${datadir}/applnk' + kde_appsdir='\${datadir}/kde/applnk' fi if test -z "$kde_icondir"; then kde_icondir='\${datadir}/icons' fi if test -z "$kde_sounddir"; then - kde_sounddir='\${datadir}/sounds' + kde_sounddir='\${datadir}/kde/sounds' fi if test -z "$kde_datadir"; then - kde_datadir='\${datadir}/apps' + kde_datadir='\${datadir}/kde/apps' fi if test -z "$kde_locale"; then kde_locale='\${datadir}/locale' @@ -37367,31 +37367,31 @@ if test "$ac_use_path_checking" = "defau kde_cgidir='\${exec_prefix}/cgi-bin' fi if test -z "$kde_confdir"; then - kde_confdir='\${datadir}/config' + kde_confdir='\${datadir}/kde/config' fi if test -z "$kde_kcfgdir"; then - kde_kcfgdir='\${datadir}/config.kcfg' + kde_kcfgdir='\${datadir}/kde/config.kcfg' fi if test -z "$kde_mimedir"; then - kde_mimedir='\${datadir}/mimelnk' + kde_mimedir='\${datadir}/kde/mimelnk' fi if test -z "$kde_toolbardir"; then - kde_toolbardir='\${datadir}/toolbar' + kde_toolbardir='\${datadir}/kde/toolbar' fi if test -z "$kde_wallpaperdir"; then - kde_wallpaperdir='\${datadir}/wallpapers' + kde_wallpaperdir='\${datadir}/kde/wallpapers' fi if test -z "$kde_templatesdir"; then - kde_templatesdir='\${datadir}/templates' + kde_templatesdir='\${datadir}/kde/templates' fi if test -z "$kde_bindir"; then kde_bindir='\${exec_prefix}/bin' fi if test -z "$kde_servicesdir"; then - kde_servicesdir='\${datadir}/services' + kde_servicesdir='\${datadir}/kde/services' fi if test -z "$kde_servicetypesdir"; then - kde_servicetypesdir='\${datadir}/servicetypes' + kde_servicetypesdir='\${datadir}/kde/servicetypes' fi if test -z "$kde_moduledir"; then if test "$kde_qtver" = "2"; then @@ -39509,7 +39509,7 @@ echo "$as_me:$LINENO: checking whether t echo $ECHO_N "checking whether to enable Celestia Extension Language... $ECHO_C" >&6 if (test "$enable_lua" != "no"); then CXXFLAGS="$CXXFLAGS -DCELX" - LDFLAGS="$LDFLAGS -llualib -llua" + LDFLAGS="$LDFLAGS -llua" if (test "$lua_includes" != "no"); then CXXFLAGS="$CXXFLAGS -I$lua_includes"