From f41e5c719f41d4bc243f3a8b295042d214625cac Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Fri, 16 Mar 2007 00:03:55 +0000 Subject: regen --- app/xdm/configure | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'app/xdm/configure') diff --git a/app/xdm/configure b/app/xdm/configure index 593a908bd..628351b76 100644 --- a/app/xdm/configure +++ b/app/xdm/configure @@ -23995,6 +23995,29 @@ fi; echo "$as_me: Building with package name set to $PACKAGE" >&6;} fi +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION_MAJOR `echo $PACKAGE_VERSION | cut -d . -f 1` +_ACEOF + + PVM=`echo $PACKAGE_VERSION | cut -d . -f 2` + if test "x$PVM" = "x"; then + PVM="0" + fi + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION_MINOR $PVM +_ACEOF + + PVP=`echo $PACKAGE_VERSION | cut -d . -f 3` + if test "x$PVP" = "x"; then + PVP="0" + fi + +cat >>confdefs.h <<_ACEOF +#define PACKAGE_VERSION_PATCHLEVEL $PVP +_ACEOF + + ac_config_files="$ac_config_files Makefile config/Makefile greeter/Makefile" cat >confcache <<\_ACEOF -- cgit v1.2.3