comparison configure.ac @ 4803:20f868cd576b

changed data path to audlegacy.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 25 Nov 2008 03:32:44 +0900
parents 0ea6dd6bfb5a
children 9bc0c8a3a0f0
comparison
equal deleted inserted replaced
4802:d834d2df8d7c 4803:20f868cd576b
282 282
283 283
284 ### --------------------------------------------------------------------------- 284 ### ---------------------------------------------------------------------------
285 dnl Define plugin directories 285 dnl Define plugin directories
286 dnl ========================= 286 dnl =========================
287 plugindir="$libdir/audacious" 287 plugindir="$libdir/audlegacy"
288 AC_SUBST([plugindir]) 288 AC_SUBST([plugindir])
289 AC_SUBST([pluginsubs]) 289 AC_SUBST([pluginsubs])
290 290
291 AUD_DEFINE_PLUGIN_DIR([Input]) 291 AUD_DEFINE_PLUGIN_DIR([Input])
292 AUD_DEFINE_PLUGIN_DIR([Output]) 292 AUD_DEFINE_PLUGIN_DIR([Output])
309 fi 309 fi
310 310
311 localedir="$datadir/locale" 311 localedir="$datadir/locale"
312 AC_SUBST([localedir]) 312 AC_SUBST([localedir])
313 313
314 AUDACIOUS_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audacious\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\"" 314 AUDACIOUS_DEFINES="$CFLAGS -DDATA_DIR=\\\"$datadir/audlegacy\\\" -DPLUGIN_DIR=\\\"$plugindir\\\" -DPLUGINSUBS=$pluginsubs -DLOCALEDIR=\\\"$localedir\\\""
315 AC_SUBST([AUDACIOUS_DEFINES]) 315 AC_SUBST([AUDACIOUS_DEFINES])
316 316
317 317
318 ### --------------------------------------------------------------------------- 318 ### ---------------------------------------------------------------------------
319 dnl Output configuration files 319 dnl Output configuration files
355 echo "" 355 echo ""
356 echo " SSE2: $enable_sse2" 356 echo " SSE2: $enable_sse2"
357 echo " AltiVec: $enable_altivec" 357 echo " AltiVec: $enable_altivec"
358 echo "" 358 echo ""
359 359
360 if test "x$AUDACIOUS_PATH" != "xno" && test "x$prefix/bin/audacious" != "x$AUDACIOUS_PATH"; then 360 if test "x$AUDACIOUS_PATH" != "xno" && test "x$prefix/bin/audlegacy" != "x$AUDACIOUS_PATH"; then
361 audlocation=`dirname $AUDACIOUS_PATH` 361 audlocation=`dirname $AUDACIOUS_PATH`
362 echo "**" 362 echo "**"
363 echo "** NOTICE! Configure has discovered that you already have Audacious installed" 363 echo "** NOTICE! Configure has discovered that you already have Audlegacy installed"
364 echo "** and it does not match with the given --prefix. You have Audacious installed" 364 echo "** and it does not match with the given --prefix. You have Audlegacy installed"
365 echo "** in ${audlocation} and you chose ${prefix}/bin." 365 echo "** in ${audlocation} and you chose ${prefix}/bin."
366 echo "**" 366 echo "**"
367 echo "** If you don't want two copies of Audacious installed, rerun configure with" 367 echo "** If you don't want two copies of Audlegacy installed, rerun configure with"
368 echo "** the --prefix option set to the location of the old Audacious, or uninstall" 368 echo "** the --prefix option set to the location of the old Audlegacy, or uninstall"
369 echo "** the old Audacious." 369 echo "** the old Audlegacy."
370 echo "**" 370 echo "**"
371 fi 371 fi
372 372
373 if test "x$enable_dbus" != "xyes"; then 373 if test "x$enable_dbus" != "xyes"; then
374 echo "**" 374 echo "**"