Commit d0f2bbb8 authored by Matt McCutchen's avatar Matt McCutchen Committed by Wayne Davison

Rename configure.in to configure.ac, the current autoconf standard.

parent ef744166
...@@ -127,7 +127,7 @@ gensend: gen ...@@ -127,7 +127,7 @@ gensend: gen
conf: conf:
cd $(srcdir) && $(MAKE) -f prepare-source.mak conf cd $(srcdir) && $(MAKE) -f prepare-source.mak conf
configure.sh config.h.in: configure.in aclocal.m4 configure.sh config.h.in: configure.ac aclocal.m4
@if test -f configure.sh; then cp -p configure.sh configure.sh.old; else touch configure.sh.old; fi @if test -f configure.sh; then cp -p configure.sh configure.sh.old; else touch configure.sh.old; fi
@if test -f config.h.in; then cp -p config.h.in config.h.in.old; else touch config.h.in.old; fi @if test -f config.h.in; then cp -p config.h.in config.h.in.old; else touch config.h.in.old; fi
autoconf -o configure.sh autoconf -o configure.sh
......
...@@ -57,7 +57,7 @@ if ($make_tar) { ...@@ -57,7 +57,7 @@ if ($make_tar) {
close IN; close IN;
my $confversion; my $confversion;
open(IN, '<', 'configure.in') or die "Unable to open configure.in: $!\n"; open(IN, '<', 'configure.ac') or die "Unable to open configure.ac: $!\n";
while (<IN>) { while (<IN>) {
if (/^RSYNC_VERSION=(.*)/) { if (/^RSYNC_VERSION=(.*)/) {
$confversion = $1; $confversion = $1;
...@@ -65,7 +65,7 @@ if ($make_tar) { ...@@ -65,7 +65,7 @@ if ($make_tar) {
} }
} }
close IN; close IN;
die "Unable to find RSYNC_VERSION in configure.in\n" unless defined $confversion; die "Unable to find RSYNC_VERSION in configure.ac\n" unless defined $confversion;
open(IN, '<', 'OLDNEWS') or die "Unable to open OLDNEWS: $!\n"; open(IN, '<', 'OLDNEWS') or die "Unable to open OLDNEWS: $!\n";
$_ = <IN>; $_ = <IN>;
......
...@@ -65,7 +65,7 @@ require 'packaging/git-status.pl'; ...@@ -65,7 +65,7 @@ require 'packaging/git-status.pl';
check_git_state($master_branch, 1, 1); check_git_state($master_branch, 1, 1);
my $confversion; my $confversion;
open(IN, '<', 'configure.in') or die $!; open(IN, '<', 'configure.ac') or die $!;
while (<IN>) { while (<IN>) {
if (/^RSYNC_VERSION=(.*)/) { if (/^RSYNC_VERSION=(.*)/) {
$confversion = $1; $confversion = $1;
...@@ -73,7 +73,7 @@ while (<IN>) { ...@@ -73,7 +73,7 @@ while (<IN>) {
} }
} }
close IN; close IN;
die "Unable to find RSYNC_VERSION in configure.in\n" unless defined $confversion; die "Unable to find RSYNC_VERSION in configure.ac\n" unless defined $confversion;
open(IN, '<', 'OLDNEWS') or die $!; open(IN, '<', 'OLDNEWS') or die $!;
$_ = <IN>; $_ = <IN>;
...@@ -181,7 +181,7 @@ print "\n", $break, <<EOT; ...@@ -181,7 +181,7 @@ print "\n", $break, <<EOT;
About to: About to:
- tweak SUBPROTOCOL_VERSION in rsync.h, if needed - tweak SUBPROTOCOL_VERSION in rsync.h, if needed
- tweak the version in configure.in and the spec files - tweak the version in configure.ac and the spec files
- tweak NEWS and OLDNEWS to ensure header values are correct - tweak NEWS and OLDNEWS to ensure header values are correct
- tweak the date in the *.yo files and generate the manpages - tweak the date in the *.yo files and generate the manpages
- generate configure.sh, config.h.in, and proto.h - generate configure.sh, config.h.in, and proto.h
...@@ -195,7 +195,7 @@ my %specvars = ( 'Version:' => $finalversion, 'Release:' => $release, ...@@ -195,7 +195,7 @@ my %specvars = ( 'Version:' => $finalversion, 'Release:' => $release,
'%define fullversion' => "\%{version}$pre", 'Released' => "$version.", '%define fullversion' => "\%{version}$pre", 'Released' => "$version.",
'%define srcdir' => $srcdir ); '%define srcdir' => $srcdir );
my @tweak_files = ( glob('packaging/*.spec'), glob('packaging/*/*.spec'), glob('*.yo'), my @tweak_files = ( glob('packaging/*.spec'), glob('packaging/*/*.spec'), glob('*.yo'),
qw( configure.in rsync.h NEWS OLDNEWS options.c ) ); qw( configure.ac rsync.h NEWS OLDNEWS options.c ) );
foreach my $fn (@tweak_files) { foreach my $fn (@tweak_files) {
open(IN, '<', $fn) or die $!; open(IN, '<', $fn) or die $!;
......
conf: configure.sh config.h.in conf: configure.sh config.h.in
configure.sh: configure.in aclocal.m4 configure.sh: configure.ac aclocal.m4
autoconf -o configure.sh autoconf -o configure.sh
config.h.in: configure.in aclocal.m4 config.h.in: configure.ac aclocal.m4
autoheader && touch config.h.in autoheader && touch config.h.in
...@@ -17,7 +17,7 @@ outfile="$scratchdir/rsync.out" ...@@ -17,7 +17,7 @@ outfile="$scratchdir/rsync.out"
makepath "$fromdir/foo" makepath "$fromdir/foo"
makepath "$fromdir/bar/baz" makepath "$fromdir/bar/baz"
cp -p "$srcdir/configure.in" "$fromdir/foo/config1" cp -p "$srcdir/configure.ac" "$fromdir/foo/config1"
cp -p "$srcdir/config.h.in" "$fromdir/foo/config2" cp -p "$srcdir/config.h.in" "$fromdir/foo/config2"
cp -p "$srcdir/rsync.h" "$fromdir/bar/baz/rsync" cp -p "$srcdir/rsync.h" "$fromdir/bar/baz/rsync"
chmod 600 "$fromdir"/foo/config? "$fromdir/bar/baz/rsync" chmod 600 "$fromdir"/foo/config? "$fromdir/bar/baz/rsync"
...@@ -66,7 +66,7 @@ diff $diffopt "$chkfile" "$outfile" || test_fail "test 1 failed" ...@@ -66,7 +66,7 @@ diff $diffopt "$chkfile" "$outfile" || test_fail "test 1 failed"
# Ensure there are no accidental directory-time problems. # Ensure there are no accidental directory-time problems.
$RSYNC -a -f '-! */' "$fromdir/" "$todir" $RSYNC -a -f '-! */' "$fromdir/" "$todir"
cp -p "$srcdir/configure.in" "$fromdir/foo/config2" cp -p "$srcdir/configure.ac" "$fromdir/foo/config2"
chmod 601 "$fromdir/foo/config2" chmod 601 "$fromdir/foo/config2"
$RSYNC -iplrH "$fromdir/" "$todir/" \ $RSYNC -iplrH "$fromdir/" "$todir/" \
| tee "$outfile" | tee "$outfile"
...@@ -99,7 +99,7 @@ cLc$T.$dots foo/sym -> ../bar/baz/rsync ...@@ -99,7 +99,7 @@ cLc$T.$dots foo/sym -> ../bar/baz/rsync
EOT EOT
diff $diffopt "$chkfile" "$outfile" || test_fail "test 3 failed" diff $diffopt "$chkfile" "$outfile" || test_fail "test 3 failed"
cp -p "$srcdir/configure.in" "$fromdir/foo/config2" cp -p "$srcdir/configure.ac" "$fromdir/foo/config2"
chmod 600 "$fromdir/foo/config2" chmod 600 "$fromdir/foo/config2"
# Lack of -t is for unchanged hard-link stress-test! # Lack of -t is for unchanged hard-link stress-test!
$RSYNC -vvplrH "$fromdir/" "$todir/" \ $RSYNC -vvplrH "$fromdir/" "$todir/" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment