X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=42973452373ca45fee8cef19189383a5ed8862f0;hb=3d6aee344d6a992d500869b336d68b09fc07cba3;hp=039ab509dc1f9d1bb8ecbffc52dd63bc3bac312d;hpb=4609bebeb14712d07fd7d4a08726bb3f49781192;p=mech_eap.orig diff --git a/configure.ac b/configure.ac index 039ab50..4297345 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,6 @@ AC_CONFIG_AUX_DIR([build-aux]) dnl AM_INIT_AUTOMAKE([silent-rules]) AC_USE_SYSTEM_EXTENSIONS -AC_GNU_SOURCE AM_INIT_AUTOMAKE AM_PROG_CC_C_O AM_MAINTAINER_MODE() @@ -88,5 +87,6 @@ if test "x$acceptor" = "xyes" ; then fi AX_CHECK_LIBMOONSHOT -AC_CONFIG_FILES([Makefile libeap/Makefile mech_eap/Makefile]) +AC_CONFIG_FILES([Makefile libeap/Makefile mech_eap/Makefile + mech_eap.spec]) AC_OUTPUT