Remove obsolete css.php from configure

This commit is contained in:
Thomas Gelf 2014-03-31 09:00:13 +00:00
parent 77403d55d6
commit d9895265f3
2 changed files with 1 additions and 3 deletions

3
configure vendored
View File

@ -2950,7 +2950,7 @@ fi
# #
# Create config files # Create config files
# #
ac_config_files="$ac_config_files Makefile config/authentication.ini config/config.ini config/resources.ini config/modules/monitoring/backends.ini config/modules/monitoring/instances.ini etc/apache/icingaweb.conf public/.htaccess public/index.php public/css.php" ac_config_files="$ac_config_files Makefile config/authentication.ini config/config.ini config/resources.ini config/modules/monitoring/backends.ini config/modules/monitoring/instances.ini etc/apache/icingaweb.conf public/.htaccess public/index.php"
# #
@ -3671,7 +3671,6 @@ do
"etc/apache/icingaweb.conf") CONFIG_FILES="$CONFIG_FILES etc/apache/icingaweb.conf" ;; "etc/apache/icingaweb.conf") CONFIG_FILES="$CONFIG_FILES etc/apache/icingaweb.conf" ;;
"public/.htaccess") CONFIG_FILES="$CONFIG_FILES public/.htaccess" ;; "public/.htaccess") CONFIG_FILES="$CONFIG_FILES public/.htaccess" ;;
"public/index.php") CONFIG_FILES="$CONFIG_FILES public/index.php" ;; "public/index.php") CONFIG_FILES="$CONFIG_FILES public/index.php" ;;
"public/css.php") CONFIG_FILES="$CONFIG_FILES public/css.php" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
esac esac

View File

@ -442,7 +442,6 @@ AC_CONFIG_FILES([
etc/apache/icingaweb.conf etc/apache/icingaweb.conf
public/.htaccess public/.htaccess
public/index.php public/index.php
public/css.php
]) ])
# #