summaryrefslogtreecommitdiff
path: root/net-mgmt/bsnmpd/files/patch-configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/bsnmpd/files/patch-configure.ac')
-rw-r--r--net-mgmt/bsnmpd/files/patch-configure.ac19
1 files changed, 14 insertions, 5 deletions
diff --git a/net-mgmt/bsnmpd/files/patch-configure.ac b/net-mgmt/bsnmpd/files/patch-configure.ac
index 6327f72fa778..53c80b421fc8 100644
--- a/net-mgmt/bsnmpd/files/patch-configure.ac
+++ b/net-mgmt/bsnmpd/files/patch-configure.ac
@@ -1,9 +1,19 @@
--- configure.ac.orig Mon Apr 25 15:49:28 2005
-+++ configure.ac Thu Sep 22 08:53:11 2005
-@@ -75,6 +75,50 @@
++++ configure.ac Thu Sep 29 10:00:03 2005
+@@ -18,6 +18,8 @@
+ AC_CANONICAL_HOST
+ AC_CANONICAL_TARGET
+
++AM_INIT_AUTOMAKE
++
+ AC_PROG_CC
+ AC_PROG_CPP
+ AC_PROG_MAKE_SET
+@@ -74,6 +76,50 @@
+
# check for getaddrinfo
AC_CHECK_FUNCS(getaddrinfo)
-
++
+AC_CHECK_HEADER(stdint.h,
+ AC_DEFINE(HAVE_STDINT_H))
+AC_CHECK_HEADER(inttypes.h,
@@ -47,7 +57,6 @@
+ AC_DEFINE_UNQUOTED(QUADXFMT, ${ac_cv_quad_fmt}"x")
+fi
+
-+
+
AC_CONFIG_FILES([
Makefile:config/Makefile.pre:Makefile.in
- lib/Makefile:config/Makefile.pre:config/Makefile.build:lib/Makefile.in:config/Makefile.post