summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2005-04-17 11:48:10 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2005-04-17 11:48:10 +0000
commite8f30a2b515f19ddb70ec6eef40bc2daac41a9b7 (patch)
tree85cab4fdf79ab83fe58e2f0566cebd8e94a0ba38
parent8c744f24b1aaf1df7c143cc66274d294c3a9b635 (diff)
downloadxfce4-dev-tools-e8f30a2b515f19ddb70ec6eef40bc2daac41a9b7.tar.gz
REverting my last change, it's my Ubuntu install that is broken, not that script.
(Old svn revision: 13650)
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b98715c..ec0d1de 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl # YOU ARE DOING.
dnl Initialize autoconf
-AC_INIT([xfce4-dev-tools], [xdt_version], [xfce4-dev@xfce.org])
+AC_INIT([xfce4-dev-tools], [xdt_version()], [xfce4-dev@xfce.org])
AC_COPYRIGHT([Copyright (c) 2002-2005
The Xfce development team. All rights reserved.
@@ -27,7 +27,7 @@ Written for Xfce by Benedikt Meurer <benny@xfce.org>.])
AC_REVISION([$Id$])
dnl Initialize the other autotools
-AM_INIT_AUTOMAKE([xfce4-dev-tools], [xdt_version])
+AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
AM_MAINTAINER_MODE()
dnl Check for basic programs