aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
blob: b58cc9142689da7c0c00a1450a6cc0ad8617068c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.