aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-05-17 14:55:57 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-05-17 15:05:46 +0300
commit6b8fa542771cc9a93a9ecdfb20da9cea0781f1c4 (patch)
treee9998bd888fb29829e013a2de825a74b6e8db87d /configure.ac
downloadbeam-6b8fa542771cc9a93a9ecdfb20da9cea0781f1c4.tar.gz
beam-6b8fa542771cc9a93a9ecdfb20da9cea0781f1c4.tar.bz2
Initial import
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..b58cc91
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,15 @@
+AC_PREREQ(2.63)
+
+AC_INIT(backup, 1.0, gray@gnu.org.ua)
+AC_CONFIG_SRCDIR(backup.in)
+AC_CONFIG_AUX_DIR([build-aux])
+AM_INIT_AUTOMAKE([1.11 tar-ustar silent-rules])
+
+# Enable silent rules by default:
+AM_SILENT_RULES([yes])
+
+AC_OUTPUT(Makefile
+ lib/Makefile
+ lib/backup/Makefile
+ examples/Makefile
+ doc/Makefile)

Return to:

Send suggestions and report system problems to the System administrator.