Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
c6cda1d5
Commit
c6cda1d5
authored
Jul 31, 2002
by
simonmar
Browse files
[project @ 2002-07-31 14:11:13 by simonmar]
Detect Python (any version).
parent
616aab1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
c6cda1d5
...
...
@@ -576,6 +576,9 @@ esac
dnl ** does #! path/to/perl work? (sometimes it's too long...)
FPTOOLS_SHEBANG_PERL
dnl ** check for Python
AC_PATH_PROG(PythonCmd,python)
dnl ** look for GCC and find out which version
dnl Figure out which C compiler to use. Gcc is preferred.
dnl If gcc, make sure it's at least 2.1
...
...
@@ -633,7 +636,6 @@ AC_PATH_PROG(SedCmd,sed)
dnl ** check for time command
AC_PATH_PROG(TimeCmd,time)
dnl ** check for tar
dnl if GNU tar is named gtar, look for it first.
AC_PATH_PROGS(TarCmd,gtar tar,tar)
...
...
mk/config.mk.in
View file @
c6cda1d5
...
...
@@ -744,6 +744,7 @@ MSMACROS = -ms
MV
=
mv
NROFF
=
nroff
PERL
=
@PerlCmd@
PYTHON
=
@PythonCmd@
PIC
=
pic
PREPROCESSCMD
=
$(CC)
-E
PRINTER
=
lpr
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment