aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-01-25 22:08:57 +0100
committerSimon Busch <morphis@gravedo.de>2012-01-25 22:08:57 +0100
commitd9f9fda339e51a28f3fa58bb5e8e1140e0351a08 (patch)
treeade0226a039f35004c0f85c864019858f8186eb0 /configure.ac
parentb469707433b2e306fe80b7da844fa87d284fa571 (diff)
downloadexternal_libsamsung-ipc-d9f9fda339e51a28f3fa58bb5e8e1140e0351a08.zip
external_libsamsung-ipc-d9f9fda339e51a28f3fa58bb5e8e1140e0351a08.tar.gz
external_libsamsung-ipc-d9f9fda339e51a28f3fa58bb5e8e1140e0351a08.tar.bz2
Drop GITV from configure script; it's not needed
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 934d970..1bfb3d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,12 +44,6 @@ AC_ARG_ENABLE(debug,
[debug="no"])
AM_CONDITIONAL( [WANT_DEBUG], [test x"$debug" = x"yes"])
-
-#------------------------------------------------------------------------------
-# git version
-GITV=`cat .git/refs/heads/master || echo "unknown"`
-AC_DEFINE_UNQUOTED([PACKAGE_GITV], ["${GITV}"], [git version])
-
#------------------------------------------------------------------------------
AC_CONFIG_FILES([
@@ -68,7 +62,7 @@ echo
echo
echo
echo "------------------------------------------------------------------------"
-echo "$PACKAGE_NAME $PACKAGE_VERSION-$GITV"
+echo "$PACKAGE_NAME $PACKAGE_VERSION"
echo "------------------------------------------------------------------------"
echo
echo "Configuration Options:"