diff options
author | Frederic Culot <calcurse@culot.org> | 2009-07-05 20:32:28 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-07-05 20:32:28 +0000 |
commit | 921a66ac5afb3515b383d0e1ad6e758cc8ab5ee0 (patch) | |
tree | 9752866a32bd41596bb404c91b091cd40a4165e3 /Makefile.am | |
parent | e3d2e58b67d33bf5540db1ea109ab6addb786589 (diff) | |
download | calcurse-921a66ac5afb3515b383d0e1ad6e758cc8ab5ee0.zip |
Switch to BSD license
Diffstat (limited to 'Makefile.am')
-rwxr-xr-x | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e5849f5..e1f1b25 100755 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ -# $calcurse: Makefile.am,v 1.5 2008/03/30 10:50:29 culot Exp $ +# $calcurse: Makefile.am,v 1.6 2009/07/05 20:32:29 culot Exp $ -AUTOMAKE_OPTIONS= gnu +AUTOMAKE_OPTIONS= foreign ACLOCAL_AMFLAGS = -I m4 |