Skip to content

Commit

Permalink
More configure cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
schoenw committed Jul 17, 2014
1 parent ee3be7e commit 102f8ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ EXTRA_DIST = gsnmp.m4 gsnmp.pc
m4datadir = $(datadir)/aclocal
m4data_DATA = gsnmp.m4

ACLOCAL_AMFLAGS = -I m4

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = gsnmp.pc
$(pkgconfig_DATA): config.status
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_INIT(gsnmp, 0.3.0, [email protected])
AC_REVISION([$Rev$])
AC_CONFIG_SRCDIR(src/gsnmp.h)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall])

dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
Expand Down

0 comments on commit 102f8ae

Please sign in to comment.