X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=12b33cd5c71cb9858665527e5897d8121bcdd624;hb=357f65c0e10b90e5bea7435d9b3925676e937c86;hp=1b21947fcd9ab8266bdc9b1914ca36dab854d24f;hpb=41d82d7d825b9b4e73bb227f5b2fafa86067cba0;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index 1b21947..12b33cd 100644 --- a/configure.ac +++ b/configure.ac @@ -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])