comparison tests/autoconf/regressiontest.pl @ 3094:ad2f4ae9895b

[xemacs-hg @ 2005-11-26 11:45:47 by stephent] Xft merge. <87k6ev4p8q.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 26 Nov 2005 11:46:25 +0000
parents 3580ae2ce979
children 679041362cd4
comparison
equal deleted inserted replaced
3093:769dc945b085 3094:ad2f4ae9895b
81 "--mandir=/tmp/foo" => undef, 81 "--mandir=/tmp/foo" => undef,
82 "--infodir=/tmp/foo" => undef, 82 "--infodir=/tmp/foo" => undef,
83 "--libdir=/tmp/foo" => undef, 83 "--libdir=/tmp/foo" => undef,
84 "--exec-prefix=/tmp/foo" => undef, 84 "--exec-prefix=/tmp/foo" => undef,
85 "--with-athena=3d" => undef, 85 "--with-athena=3d" => undef,
86 "--with-mule --with-xft=emacs --debug --error-checking=all --with-xim=xlib --with-widgets=athena --with-athena=3d --with-dialogs=athena --memory-usage-stats --use-number-lib=gmp --site-prefixes=/opt/local:/sw --with-ldap=no --use-union-type" => "--enable-mule --with-xft=emacs --enable-debug --enable-error-checking=all --with-xim=xlib --enable-widgets=athena --with-athena=3d --enable-dialogs=athena --enable-memory-usage-stats --enable-bignum=gmp --with-site-prefixes=/opt/local:/sw --with-ldap=no --enable-union-type"
86 ); 87 );
87 88
88 die "Usage: $0 /path/to/configure-2.13 /path/to/configure-2.59\n" if scalar(@ARGV) != 2; 89 die "Usage: $0 /path/to/configure-2.13 /path/to/configure-2.59\n" if scalar(@ARGV) != 2;
89 90
90 my $old_configure = $ARGV[0]; 91 my $old_configure = $ARGV[0];