Skip to content

Commit

Permalink
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ orig_CFLAGS="$CFLAGS"
AM_PROG_AR
AC_PROG_CC
AC_PROG_RANLIB
AC_CHECK_PROG(HAVE_PYTHON, python, true, false)
AC_CHECK_PROG(HAVE_PYTHON, python3, true, false)

OPT_LEVEL=2

2 changes: 1 addition & 1 deletion data/convert-icon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright(C) 2005-2014 Simon Howard
#
2 changes: 1 addition & 1 deletion man/docgen
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Chocolate Doom self-documentation tool. This works similar to javadoc
# or doxygen, but documents command line parameters and configuration
2 changes: 1 addition & 1 deletion man/simplecpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
# Contributors to the Freedoom project. All rights reserved.
2 changes: 1 addition & 1 deletion pkg/win32/cp-with-libs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright(C) 2016 Simon Howard
#
2 changes: 1 addition & 1 deletion textscreen/fonts/convert-font
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#
# Copyright(C) 2016 Simon Howard
#

0 comments on commit e8a4f5e

Please sign in to comment.