ossp-pkg/mm/mm-config.in 1.8 -> 1.9
--- mm-config.in 2002/07/26 09:59:34 1.8
+++ mm-config.in 2002/12/19 09:14:58 1.9
@@ -10,7 +10,7 @@
## are met:
##
## 1. Redistributions of source code must retain the above copyright
-## notice, this list of conditions and the following disclaimer.
+## notice, this list of conditions and the following disclaimer.
##
## 2. Redistributions in binary form must reproduce the above copyright
## notice, this list of conditions and the following disclaimer in
@@ -41,7 +41,7 @@
## OF THE POSSIBILITY OF SUCH DAMAGE.
## ====================================================================
-DIFS='
+DIFS='
'
prefix="@prefix@"
@@ -82,7 +82,7 @@
*) optarg='' ;;
esac
case "$option" in
- --help|-h)
+ --help|-h)
echo "Usage: $usage"
echo "Report bugs to rse@engelschall.com"
exit 0
@@ -106,7 +106,7 @@
output="$output -lmm"
output_extra="$output_extra $mm_libs"
;;
- * )
+ * )
echo "mm-config:Error: Invalid option" 1>&2
echo "mm-config:Usage: $usage" 1>&2
exit 1;
|
|