Displaying 1 result from an estimated 1 matches for "save_prefix".
Did you mean:
name_prefix
2013 Apr 06
2
Don't hate yourself anymore, brendan
...=========================================================
--- configure.ac (revision 18912)
+++ configure.ac (working copy)
@@ -175,28 +175,15 @@ fi
AM_CONDITIONAL([HAVE_PKGCONFIG], [test "$PKGCONFIG" != "no"])
# Collect flags for shout.pc
-
-# I hate myself for doing this.
-save_prefix="$prefix"
-if test "$prefix" = "NONE"
-then
- prefix="$ac_default_prefix"
-fi
-eval shout_includedir="$includedir"
-prefix="$save_prefix"
-
SHOUT_VERSION="$VERSION"
-SHOUT_CPPFLAGS="-I$shout_includedir $VORBIS_CFLAGS $PTHR...