changeset 1421:fe6d04a4019a trunk

[svn] - try again
author nenolod
date Tue, 18 Jul 2006 12:47:59 -0700
parents 0aa4bee03747
children 360ab7d8f221
files ChangeLog configure.ac
diffstat 2 files changed, 14 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Jul 18 12:33:34 2006 -0700
+++ b/ChangeLog	Tue Jul 18 12:47:59 2006 -0700
@@ -1,3 +1,12 @@
+2006-07-18 19:33:34 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1754]
+  - ok, move this fix down a little
+  
+
+  Changes:        Modified:
+  +5 -5           trunk/configure.ac  
+
+
 2006-07-18 18:59:43 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1752]
   - workaround another autoconf bug
--- a/configure.ac	Tue Jul 18 12:33:34 2006 -0700
+++ b/configure.ac	Tue Jul 18 12:47:59 2006 -0700
@@ -115,10 +115,6 @@
 
 dnl These plugins are always built.
 
-if [ "$prefix" = "NONE" ]; then
-        prefix="${ac_default_prefix}"
-fi
-
 INPUT_PLUGINS="cdaudio tonegen console sexypsf wav"
 OUTPUT_PLUGINS="disk_writer"
 EFFECT_PLUGINS="audiocompress ladspa voice_removal"
@@ -921,7 +917,11 @@
 AC_SUBST(VISUALIZATION_PLUGIN_DIR)
 AC_SUBST(pluginsubs)
 
-dnl XXX Work around an autoconf bug.
+dnl XXX Work around some autoconf bugs.
+if [ "$prefix" = "NONE" ]; then
+        prefix="${ac_default_prefix}"
+fi
+
 if [ ! $datadir ]; then
 	datadir=${prefix}/share
 fi