m4/gst-args.m4: Fix the macros for command-line supplied package and origin names...
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 17 May 2006 13:38:43 +0000 (13:38 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 17 May 2006 13:38:43 +0000 (13:38 +0000)
Original commit message from CVS:
* m4/gst-args.m4:
Fix the macros for command-line supplied package and origin names
so they don't end up being configure as ""

ChangeLog
m4/gst-args.m4

index 74abad3d3986ec06dda59dec2c128b0587750885..edac34c3a267eeee0a913fd657451ee040c8ef96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * m4/gst-args.m4:
+       Fix the macros for command-line supplied package and origin names
+       so they don't end up being configure as ""
+
 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
 
        * gtk-doc.mak:
index 6d84c1911a8b0867a65623906ca67062b42371b5..a5122680ee0f378b633757cc76ad6d8368d7318b 100644 (file)
@@ -133,7 +133,7 @@ AC_DEFUN([GST_ARG_WITH_PACKAGE_NAME],
       case "${withval}" in
         yes) AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;;
         no)  AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;;
-        *)   GST_PACKAGE="${withval}" ;;
+        *)   GST_PACKAGE_NAME="${withval}" ;;
       esac
     ], 
     [
@@ -169,7 +169,7 @@ AC_DEFUN([GST_ARG_WITH_PACKAGE_ORIGIN],
       case "${withval}" in
         yes) AC_MSG_ERROR(bad value ${withval} for --with-package-origin) ;;
         no)  AC_MSG_ERROR(bad value ${withval} for --with-package-origin) ;;
-        *)   GST_ORIGIN="${withval}" ;;
+        *)   GST_PACKAGE_ORIGIN="${withval}" ;;
       esac
     ], 
     [GST_PACKAGE_ORIGIN="[Unknown package origin]"] dnl Default value