Skip to content
Extraits de code Groupes Projets
Valider 12c0fc58 rédigé par Tom Barbette's avatar Tom Barbette
Parcourir les fichiers

Revert AC prereq to allow building on older systems

parent 23fe2689
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -11,8 +11,8 @@ dnl The Software is provided WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED. This ...@@ -11,8 +11,8 @@ dnl The Software is provided WITHOUT ANY WARRANTY, EXPRESS OR IMPLIED. This
dnl notice is a summary of the Click LICENSE file; the license in that file is dnl notice is a summary of the Click LICENSE file; the license in that file is
dnl legally binding. dnl legally binding.
AC_INIT([click],[2.1]) AC_INIT([click], [2.1])
AC_PREREQ([2.71]) AC_PREREQ(2.60)
AC_CONFIG_HEADERS([include/click/config.h:config.h.in], [echo > stamp-h]) AC_CONFIG_HEADERS([include/click/config.h:config.h.in], [echo > stamp-h])
AC_CONFIG_HEADERS([include/click/pathvars.h:pathvars.h.in]) AC_CONFIG_HEADERS([include/click/pathvars.h:pathvars.h.in])
AC_CONFIG_HEADERS([include/click/config-bsdmodule.h:config-bsdmodule.h.in include/click/config-linuxmodule.h:config-linuxmodule.h.in include/click/config-ns.h:config-ns.h.in include/click/config-userlevel.h:config-userlevel.h.in include/click/config-minios.h:config-minios.h.in]) AC_CONFIG_HEADERS([include/click/config-bsdmodule.h:config-bsdmodule.h.in include/click/config-linuxmodule.h:config-linuxmodule.h.in include/click/config-ns.h:config-ns.h.in include/click/config-userlevel.h:config-userlevel.h.in include/click/config-minios.h:config-minios.h.in])
...@@ -39,7 +39,7 @@ AC_DEFINE_UNQUOTED([CLICK_VERSION_CODE], [CLICK_MAKE_VERSION_CODE($click_version ...@@ -39,7 +39,7 @@ AC_DEFINE_UNQUOTED([CLICK_VERSION_CODE], [CLICK_MAKE_VERSION_CODE($click_version
CLICK_INIT('$(top_srcdir)') CLICK_INIT('$(top_srcdir)')
dnl support for cross compiling dnl support for cross compiling
AC_CANONICAL_TARGET AC_CANONICAL_SYSTEM
dnl This is wrong!! dnl This is wrong!!
AC_CHECK_TOOL(CC, gcc) AC_CHECK_TOOL(CC, gcc)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter