modernize configure.ac; add .bzrignore

https://www.gnu.org/software/automake/manual/html_node/Public-Macros.html
This commit is contained in:
Elan Ruusamäe 2016-09-06 08:39:41 +03:00
commit e57acabf5a
2 changed files with 46 additions and 2 deletions

View file

@ -2,8 +2,9 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
AC_INIT(byobu, 3.0, http://byobu.org)
AM_INIT_AUTOMAKE(byobu, 3.0)
AC_INIT([byobu], [5.111], [http://byobu.org])
AC_CONFIG_SRCDIR([usr/bin/byobu.in])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_LN_S
# Checks for programs.