X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=a6cf82916c4a72751d6e89a8abf58b3975cabe70;hb=bdd34ab1f2f87acb23c6d92feee7354ac53005ff;hp=ae69aa7f45d0de93f2e5d6b74e2bf8a1d57afb60;hpb=e8605bcddbad7e47277b86f2ce0b28f6ca951fa2;p=ppp.git diff --git a/configure.ac b/configure.ac index ae69aa7..a6cf829 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AM_MAINTAINER_MODE([enable]) AC_LANG(C) AC_CONFIG_SRCDIR([pppd/main.c]) -AC_CONFIG_HEADERS([pppd/config.h pppd/pppdconf.h]) +AC_CONFIG_HEADERS([pppd/config.h pppd/pppdconf.h pppd/plugins/pppoe/config.h]) # Checks for programs. AC_PROG_CC @@ -305,6 +305,7 @@ if test "x${with_gtk}" = "xyes"; then fi AM_CONDITIONAL([WITH_GTK], test "x${with_gtk}" = "xyes") +AC_DEFINE_UNQUOTED(PPPD_VERSION, "$VERSION", [Version of pppd]) AC_CONFIG_FILES([ Makefile