diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-15 23:28:28 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-15 23:28:28 +0000 |
commit | 3f5a0af50bdd5302dfc3a7dd37a3008672d52ca5 (patch) | |
tree | 2c545202b91d6e161a03c0e6f18b904e56ac3b71 /proto/recordproto/configure | |
parent | 9f8b198dcc8e573fc819bd15cd5214e9213ea14c (diff) |
regen
Diffstat (limited to 'proto/recordproto/configure')
-rw-r--r-- | proto/recordproto/configure | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/proto/recordproto/configure b/proto/recordproto/configure index 98b906436..ac53d0ae6 100644 --- a/proto/recordproto/configure +++ b/proto/recordproto/configure @@ -1694,6 +1694,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 recordproto.pc" cat >confcache <<\_ACEOF |