Merge branch 'master' of github.com:sahlberg/libnfs
[deb_libnfs.git] / configure.ac
index 1b21947fcd9ab8266bdc9b1914ca36dab854d24f..12b33cd5c71cb9858665527e5897d8121bcdd624 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.50)
-AC_INIT([libnfs], [1.0.0])
+AC_INIT([libnfs], [1.0.0], [ronniesahlberg@gmail.com])
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE([foreign])
 AC_CANONICAL_HOST
@@ -88,4 +88,4 @@ AC_CONFIG_FILES([Makefile]
                 [examples/Makefile]
                )
 
-AC_OUTPUT
+AC_OUTPUT([libnfs.pc])