Skip to content

Commit

Permalink
updated configure.sh with package name and current version
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbarratt committed Nov 25, 2018
1 parent bc0dd9c commit 822526a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Revision history for Perl extension BackupPC-XS.

- bpc_attrib_dirWrite() updates dir->digest with new digest.

- updated configure.sh with package name and current version

0.57: Dec 2, 2017

- added BackupPC::XS::DirOps::refCountAllInodeMax() and bpc_path_refCountAllInodeMax() to allow
Expand Down
10 changes: 5 additions & 5 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2419,10 +2419,10 @@ ac_config_headers="$ac_config_headers config.h"
RSYNC_VERSION=3.0.9
RSYNC_VERSION=0.58
{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring rsync $RSYNC_VERSION" >&5
$as_echo "$as_me: Configuring rsync $RSYNC_VERSION" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: Configuring backuppc-xs $RSYNC_VERSION" >&5
$as_echo "$as_me: Configuring backuppc-xs $RSYNC_VERSION" >&6;}
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -9789,7 +9789,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
$as_echo "" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: rsync ${RSYNC_VERSION} configuration successful" >&5
$as_echo " rsync ${RSYNC_VERSION} configuration successful" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: backuppc-xs ${RSYNC_VERSION} configuration successful" >&5
$as_echo " backuppc-xs ${RSYNC_VERSION} configuration successful" >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5
$as_echo "" >&6; }

0 comments on commit 822526a

Please sign in to comment.