aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac20
1 files changed, 18 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b8c341a..2592dcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,22 @@
+# This file is part of BEAM -*- autoconf -*-
+# Copyright (C) 2012 Sergey Poznyakoff
+#
+# BEAM is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# BEAM is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with BEAM. If not, see <http://www.gnu.org/licenses/>.
+
AC_PREREQ(2.63)
-AC_INIT(backup, 1.1, gray@gnu.org.ua)
+AC_INIT(beam, 1.1, gray@gnu.org.ua)
AC_CONFIG_SRCDIR(backup.in)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 tar-ustar silent-rules])
@@ -16,6 +32,6 @@ AM_CONDITIONAL([COND_S3MOUNT],[test "$s3_status"=yes])
AC_OUTPUT(Makefile
lib/Makefile
- lib/backup/Makefile
+ lib/beam/Makefile
examples/Makefile
doc/Makefile)

Return to:

Send suggestions and report system problems to the System administrator.