1 # DJGPP specific configuration file.
2 # Sed script for additional DJGPP specific editing
3 # of the configure script generated by autoconf 2.62.
5 # Copyright (C) 2005-2015 Free Software Foundation, Inc.
7 # This program is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, either version 3 of the License, or
10 # (at your option) any later version.
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
21 # Additional editing of Makefiles
22 /^eval sed.*ac_file_inputs.*tmp\/out \\$/ {
27 cat > "$tmp/subs-djgpp.sed" << eof_djgpp\
28 # DJGPP specific Makefile changes.\
36 s,c++-skel\\.m4,cxx-skel.m4,g\
38 s,scan-gram-c,c-scan-gram,g\
39 s,scan-skel-c,c-scan-skel,g\
40 s,inttypes_,_inttypes,g\
41 s,javacomp\\.sh\\.in,javacomp.sh-in,g\
42 s,javaexec\\.sh\\.in,javaexec.sh-in,g\
43 s,yacc\\.1\\.in,yacc.1-in,g\
44 s,bench\\.pl\\.in,bench.pl-in,g\
45 s,Makefile\\.am\\.in,Makefile.am-in,g\
46 s,Makefile\\.in\\.in,Makefile.in-in,g\
48 /\\\$(YACCCOMPILE)/ {\
50 -@test -f y.tab.c && mv -f y.tab.c y_tab.c\\\\\
51 -@test -f y.tab.h && mv -f y.tab.h y_tab.h\
55 \\$(top_srcdir)/djgpp/subpipe.c: \\$(top_srcdir)/djgpp/subpipe.h\\\\\
56 subpipe.o: \\$(top_srcdir)/djgpp/subpipe.c \\$(top_srcdir)/djgpp/subpipe.h\\\\\
60 echo "bison\\$(EXEEXT) -y %1 %2 %3 %4 %5 %6 %7 %8 %9" >\\$@\
61 /^bin_SCRIPTS =/s/$/ yacc.bat/\
62 /^MOSTLYCLEANFILES = yacc/s/$/ yacc.bat/\
63 /cross-options.texi:/,/^$/ s|bison|&.exe|g\
64 /^\\.x\\.1:/,/^$/ s|\\$program|&.exe|g\
66 sed -f "\$tmp/subs-djgpp.sed" \$tmp/out > \$tmp/out.djgpp\
67 mv -f \$tmp/out.djgpp \$tmp/out
70 # Makefile.in.in is renamed to Makefile.in-in.
72 /runtime-po/!s|po/Makefile\.in|&:po/Makefile.in-in|
73 s|runtime-po/Makefile\.in|&:runtime-po/Makefile.in-in|
74 s|javacomp\.sh\.in|javacomp.sh-in|
75 s|javaexec\.sh\.in|javaexec.sh-in|
76 s|doc/yacc\.1|&:doc/yacc.1-in|
77 s|etc/bench.pl|&:etc/bench.pl-in|
81 /runtime-po/!s|po/Makefile\.in|&:po/Makefile.in-in|2
82 s|runtime-po/Makefile\.in|&:runtime-po/Makefile.in-in|2
83 s|javacomp\.sh\.in|javacomp.sh-in|
84 s|javaexec\.sh\.in|javaexec.sh-in|
85 s|doc/yacc\.1|&:doc/yacc.1-in|2
86 s|etc/bench\.pl|&:etc/bench.pl-in|2
89 # We always use _deps and _libs instead of .deps and .libs, because
90 # the latter is an invalid name on 8+3 MS-DOS file system. This makes
91 # the generated Makefiles good for every DJGPP installation, not only
92 # the one where the package was configured (which could happen to be
93 # a Windows box, where leading dots in file names are allowed).
97 # Replace (command) > /dev/null with `command > /dev/null`, since
98 # parenthesized commands always return zero status in the ported Bash,
99 # even if the named command doesn't exist
103 /null[ ]*2>&1/ s,2>&1,&`,
104 /null.*null/ s,null.*null,&`,
106 /null[ ]*2>&1/ !s,null,&`,
110 # DOS-style absolute file names should be supported as well
111 /\*) top_srcdir=/s,/\*,[\\\\/]* | ?:[\\\\/]*,
113 # The following two items are changes needed for configuring
114 # and compiling across partitions.
115 # 1) The given srcdir value is always translated from the
116 # "x:" syntax into "/dev/x" syntax while we run configure.
117 /^[ ]*-srcdir=\*.*$/ a\
118 ac_optarg=`echo "$ac_optarg" | sed "s,^\\([A-Za-z]\\):,/dev/\\1,"`
119 /set X `ls -Lt \$srcdir/ i\
120 if `echo $srcdir | grep "^/dev/" - > /dev/null`; then\
121 srcdir=`echo "$srcdir" | sed -e "s%^/dev/%%" -e "s%/%:/%"`\
124 # Autoconf 2.52e generated configure scripts
125 # write absolute paths into Makefiles and bison.in
126 # making them useless for DJGPP installations for
127 # which the package has not been configured for.
130 am_missing_run=`echo "$am_missing_run" | sed 's%/dev/.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%${top_srcdir}%;s%.:.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%${top_srcdir}%'`
133 install_sh=`echo "$install_sh" | sed 's%/dev/.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%${top_srcdir}%;s%.:.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%${top_srcdir}%'`
135 # This will only work if the assumption that the
136 # testsuite is ran from the following path:
137 # ${top_srcdir}/tests/testsuite.dir
138 # holds. The explicit names are of no importance.
139 # ../../. == ${top_srcdir}
140 #/^esac$/,/^ac_abs_srcdir=/ {
142 ac_abs_builddir=`echo "$ac_abs_builddir" | sed "s%/dev/.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%../../.%;s%.:.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%../../.%"`\
143 ac_abs_top_builddir=`echo "$ac_abs_top_builddir" | sed "s%/dev/.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%../../..%;s%.:.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%../../..%"`\
144 ac_abs_top_srcdir=`echo "$ac_abs_top_srcdir" | sed "s%/dev/.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%../../..%;s%.:.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%../../..%"`
145 #ac_abs_srcdir=`echo "$ac_abs_srcdir" | sed "s%/dev/.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%../../.%;s%.:.*/bison[-_0-9]\\{1,1\\}[-.0-9A-Za-z+]*%../../.%"`
147 for dj_dir in $ac_abs_builddir $ac_abs_top_builddir $ac_abs_top_srcdir $ac_abs_srcdir\
149 ac_abs_builddir=`echo "$ac_abs_builddir" | sed "s%//%/%g"`\
150 ac_abs_top_builddir=`echo "$ac_abs_top_builddir" | sed "s%//%/%g"`\
151 ac_abs_top_srcdir=`echo "$ac_abs_top_srcdir" | sed "s%//%/%g"`\
152 ac_abs_srcdir=`echo "$ac_abs_srcdir" | sed "s%//%/%g"`\
155 # Add DJGPP version information.
156 /^#define VERSION/ s/\$VERSION/& (DJGPP port (r1))/
158 # We need makeinfo to make the html formated docs.
159 /\$am_missing_run[ ]*makeinfo/ s,\$am_missing_run,,
161 # The path to the FORTRAN compiler and libraries
162 # shall contain no absolute path reference so it
163 # will be good for all djgpp installations.
164 /^FLIBS="\$ac_cv_flibs"/ i\
165 ac_djgpp_path=`echo "$DJDIR" | sed 's%\\\\\\%/%g' | tr $as_cr_LETTERS $as_cr_letters`\
166 ac_cv_flibs=`echo "$ac_cv_flibs" | sed "s%-L$ac_djgpp_path%-L/dev/env/DJDIR%g"`
168 # Autoconf generated configure scripts write absolute
169 # paths of certain header files into Makefiles making
170 # them useless for DJGPP installations for which the
171 # package has not been configured for.
172 /^.*echo "\$as_me:\$LINENO: result: \$gl_cv_absolute_.*$/ {
174 s,^.*\(gl_cv_absolute_\)\([a-z0-9_]*\)\(_h\).*$,\1\2\3=`echo $\1\2\3 | sed "s%[^:]:.*/include/%/dev/env/DJDIR/include/%"`,
177 /^.*echo "\$as_me:\$LINENO: result: \$gl_cv_full_.*$/ {
179 s,^.*\(gl_cv_full_\)\([a-z0-9_]*\)\(_h\).*$,\1\2\3=`echo $\1\2\3 | sed "s%[^:]:.*/include/%/dev/env/DJDIR/include/%"`,
183 # The following is not a valid DOS file name
186 # The CR test for awk does not work for DJGPP.
187 /^ac_cs_awk_cr=/,/^$/ {