summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-04-19 14:37:42 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-04-19 14:37:42 (GMT)
commit6acaf4d7f6969002ab30f049ea7af4afc84ab8d9 (patch)
treeb3e5cd630bd0a88d659b12a66e2f6be8aa2f7073 /src/configure
parent9a74b857f449d9a2ac8cca76872a0ad69aec40f4 (diff)
inital debian packages
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configure b/src/configure
index 1fa9232..ce0ec7f 100755
--- a/src/configure
+++ b/src/configure
@@ -98,7 +98,7 @@ LDFLAGS="$LDFLAGS $(pkg-config --libs gstreamer-0.10)"
rm -f include.mk
rm -f config.h
-case $TARGET in
+case $TARGET in
Linux)
;;
OpenBSD|FreeBSD|NetBSD|GNU/kFreeBSD)
@@ -125,7 +125,7 @@ fi
cat > include.mk <<EOF
# this file was created automatically
-# do not edit this file directly
+# do not edit this file directly
# use ./configure instead
TARGET := '$TARGET'
@@ -160,7 +160,7 @@ HOSTNAME=`hostname`
DATE=`date +"%d.%m.%Y %H:%M:%S %Z"`
cat > config.h <<EOF
-/*
+/*
* rharchive config header
*
* this file was created automatically