Library version 0.2
authorArjen Baart <arjen@andromeda.nl>
Sat, 26 Oct 2019 08:28:08 +0000 (10:28 +0200)
committerArjen Baart <arjen@andromeda.nl>
Sat, 26 Oct 2019 08:28:08 +0000 (10:28 +0200)
AUTHORS [new file with mode: 0644]
NEWS [new file with mode: 0644]
configure.ac
src/Makefile.am

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..18a8088
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1 @@
+Arjen Baart <arjen@andromeda.nl>
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..ae51f8d
--- /dev/null
+++ b/NEWS
@@ -0,0 +1 @@
+no news
index 3c53ac7..1d282cb 100644 (file)
@@ -3,10 +3,10 @@
 
 AC_PREREQ([2.69])
 AC_INIT([libACL], [0.2], [arjen@androemda.nl])
-AM_INIT_AUTOMAKE([-Wall foreign])
+AC_CONFIG_SRCDIR([src/date.cpp])
+AM_INIT_AUTOMAKE
 AC_CONFIG_MACRO_DIRS([m4])
 AC_CONFIG_FILES([Makefile src/Makefile test/Makefile doc/Makefile])
-AC_CONFIG_SRCDIR([src/date.cpp])
 AC_CONFIG_HEADERS([config.h])
 
 # Checks for programs.
index 7e1d3cc..ba6837c 100644 (file)
@@ -2,5 +2,6 @@ lib_LTLIBRARIES = libACL.la
 
 libACL_la_SOURCES = string.cpp regex.cpp date.cpp parsedate.c dateyacc.y datelex.c \
                     hour.cpp utc.cpp
+libACL_la_LDFLAGS = -version-info 0:2:0
 
 include_HEADERS = String.h date.h