Rename python_plugin.exp.in -> python_plugin.exp
There is nothing dynamic in this file.
This commit is contained in:
2
MANIFEST
2
MANIFEST
@@ -331,7 +331,7 @@ plugins/python/python_baseplugin.c
|
||||
plugins/python/python_convmessage.c
|
||||
plugins/python/python_importblocker.c
|
||||
plugins/python/python_loghandler.c
|
||||
plugins/python/python_plugin.exp.in
|
||||
plugins/python/python_plugin.exp
|
||||
plugins/python/python_plugin_approval.c
|
||||
plugins/python/python_plugin_approval_multi.inc
|
||||
plugins/python/python_plugin_audit.c
|
||||
|
3
configure
vendored
3
configure
vendored
@@ -19215,7 +19215,7 @@ fi
|
||||
|
||||
PPFILES="$PPFILES "'$(srcdir)/etc/sudo-python.pp'
|
||||
PYTHON_PLUGIN_SRC=plugins/python
|
||||
ac_config_files="$ac_config_files $PYTHON_PLUGIN_SRC/Makefile $PYTHON_PLUGIN_SRC/python_plugin.exp"
|
||||
ac_config_files="$ac_config_files $PYTHON_PLUGIN_SRC/Makefile"
|
||||
|
||||
fi
|
||||
|
||||
@@ -29014,7 +29014,6 @@ do
|
||||
"pathnames.h") CONFIG_HEADERS="$CONFIG_HEADERS pathnames.h" ;;
|
||||
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
|
||||
"$PYTHON_PLUGIN_SRC/Makefile") CONFIG_FILES="$CONFIG_FILES $PYTHON_PLUGIN_SRC/Makefile" ;;
|
||||
"$PYTHON_PLUGIN_SRC/python_plugin.exp") CONFIG_FILES="$CONFIG_FILES $PYTHON_PLUGIN_SRC/python_plugin.exp" ;;
|
||||
"lib/zlib/zconf.h") CONFIG_HEADERS="$CONFIG_HEADERS lib/zlib/zconf.h" ;;
|
||||
"lib/zlib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/zlib/Makefile" ;;
|
||||
"etc/init.d/$INIT_SCRIPT") CONFIG_FILES="$CONFIG_FILES etc/init.d/$INIT_SCRIPT" ;;
|
||||
|
@@ -2599,7 +2599,7 @@ if test ${USE_PYTHON-'no'} = "yes"; then
|
||||
|
||||
PPFILES="$PPFILES "'$(srcdir)/etc/sudo-python.pp'
|
||||
PYTHON_PLUGIN_SRC=plugins/python
|
||||
AC_CONFIG_FILES([$PYTHON_PLUGIN_SRC/Makefile $PYTHON_PLUGIN_SRC/python_plugin.exp])
|
||||
AC_CONFIG_FILES([$PYTHON_PLUGIN_SRC/Makefile])
|
||||
fi
|
||||
|
||||
dnl
|
||||
|
Reference in New Issue
Block a user