Line
Link Here
|
0 |
-- a/m4/ax_prefix_config_h.m4 |
0 |
++ b/m4/ax_prefix_config_h.m4 |
Lines 165-178
Link Here
|
165 |
fi fi |
165 |
fi fi |
166 |
AC_MSG_NOTICE(creating $_OUT - prefix $_UPP for $_INP defines) |
166 |
AC_MSG_NOTICE(creating $_OUT - prefix $_UPP for $_INP defines) |
167 |
if test -f $_INP ; then |
167 |
if test -f $_INP ; then |
168 |
echo "s/^@%:@undef *\\(@<:@m4_cr_LETTERS[]_@:>@\\)/@%:@undef $_UPP""_\\1/" > _script |
168 |
AS_ECHO(["s/^@%:@undef *\\(@<:@m4_cr_LETTERS[]_@:>@\\)/@%:@undef $_UPP""_\\1/"]) > _script |
169 |
echo "s/^@%:@undef *\\(@<:@m4_cr_letters@:>@\\)/@%:@undef $_LOW""_\\1/" >> _script |
169 |
AS_ECHO(["s/^@%:@undef *\\(@<:@m4_cr_letters@:>@\\)/@%:@undef $_LOW""_\\1/"]) >> _script |
170 |
echo "s/^@%:@def[]ine *\\(@<:@m4_cr_LETTERS[]_@:>@@<:@_symbol@:>@*\\)\\(.*\\)/@%:@ifndef $_UPP""_\\1\\" >> _script |
170 |
AS_ECHO(["s/^@%:@def[]ine *\\(@<:@m4_cr_LETTERS[]_@:>@@<:@_symbol@:>@*\\)\\(.*\\)/@%:@ifndef $_UPP""_\\1\\"]) >> _script |
171 |
echo "@%:@def[]ine $_UPP""_\\1\\2\\" >> _script |
171 |
AS_ECHO(["@%:@def[]ine $_UPP""_\\1\\2\\"]) >> _script |
172 |
echo "@%:@endif/" >>_script |
172 |
AS_ECHO(["@%:@endif/"]) >> _script |
173 |
echo "s/^@%:@def[]ine *\\(@<:@m4_cr_letters@:>@@<:@_symbol@:>@*\\)\\(.*\\)/@%:@ifndef $_LOW""_\\1\\" >> _script |
173 |
AS_ECHO(["s/^@%:@def[]ine *\\(@<:@m4_cr_letters@:>@@<:@_symbol@:>@*\\)\\(.*\\)/@%:@ifndef $_LOW""_\\1\\"]) >> _script |
174 |
echo "@%:@define $_LOW""_\\1\\2\\" >> _script |
174 |
AS_ECHO(["@%:@define $_LOW""_\\1\\2\\"]) >> _script |
175 |
echo "@%:@endif/" >> _script |
175 |
AS_ECHO(["@%:@endif/"]) >> _script |
176 |
# now executing _script on _DEF input to create _OUT output file |
176 |
# now executing _script on _DEF input to create _OUT output file |
177 |
echo "@%:@ifndef $_DEF" >$tmp/pconfig.h |
177 |
echo "@%:@ifndef $_DEF" >$tmp/pconfig.h |
178 |
echo "@%:@def[]ine $_DEF 1" >>$tmp/pconfig.h |
178 |
echo "@%:@def[]ine $_DEF 1" >>$tmp/pconfig.h |
179 |
-- a/configure |
179 |
++ b/configure |
Lines 34444-34457
Link Here
|
34444 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&5 |
34444 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&5 |
34445 |
$as_echo "$as_me: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&6;} |
34445 |
$as_echo "$as_me: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&6;} |
34446 |
if test -f $ac_prefix_conf_INP ; then |
34446 |
if test -f $ac_prefix_conf_INP ; then |
34447 |
echo "s/^#undef *\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]\\)/#undef $ac_prefix_conf_UPP""_\\1/" > conftest.prefix |
34447 |
$as_echo "s/^#undef *\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]\\)/#undef $ac_prefix_conf_UPP""_\\1/" > conftest.prefix |
34448 |
echo "s/^#undef *\\([abcdefghijklmnopqrstuvwxyz]\\)/#undef $ac_prefix_conf_LOW""_\\1/" >> conftest.prefix |
34448 |
$as_echo "s/^#undef *\\([abcdefghijklmnopqrstuvwxyz]\\)/#undef $ac_prefix_conf_LOW""_\\1/" >> conftest.prefix |
34449 |
echo "s/^#define *\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*\\)\\(.*\\)/#ifndef $ac_prefix_conf_UPP""_\\1\\" >> conftest.prefix |
34449 |
$as_echo "s/^#define *\\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*\\)\\(.*\\)/#ifndef $ac_prefix_conf_UPP""_\\1\\" >> conftest.prefix |
34450 |
echo "#define $ac_prefix_conf_UPP""_\\1\\2\\" >> conftest.prefix |
34450 |
$as_echo "#define $ac_prefix_conf_UPP""_\\1\\2\\" >> conftest.prefix |
34451 |
echo "#endif/" >>conftest.prefix |
34451 |
$as_echo "#endif/" >> conftest.prefix |
34452 |
echo "s/^#define *\\([abcdefghijklmnopqrstuvwxyz][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*\\)\\(.*\\)/#ifndef $ac_prefix_conf_LOW""_\\1\\" >> conftest.prefix |
34452 |
$as_echo "s/^#define *\\([abcdefghijklmnopqrstuvwxyz][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_]*\\)\\(.*\\)/#ifndef $ac_prefix_conf_LOW""_\\1\\" >> conftest.prefix |
34453 |
echo "#define $ac_prefix_conf_LOW""_\\1\\2\\" >> conftest.prefix |
34453 |
$as_echo "#define $ac_prefix_conf_LOW""_\\1\\2\\" >> conftest.prefix |
34454 |
echo "#endif/" >> conftest.prefix |
34454 |
$as_echo "#endif/" >> conftest.prefix |
34455 |
# now executing _script on _DEF input to create _OUT output file |
34455 |
# now executing _script on _DEF input to create _OUT output file |
34456 |
echo "#ifndef $ac_prefix_conf_DEF" >$tmp/pconfig.h |
34456 |
echo "#ifndef $ac_prefix_conf_DEF" >$tmp/pconfig.h |
34457 |
echo "#define $ac_prefix_conf_DEF 1" >>$tmp/pconfig.h |
34457 |
echo "#define $ac_prefix_conf_DEF 1" >>$tmp/pconfig.h |