* autogen.sh, .bzrignore, configure.ac:

- modernize autoconf, add .bzrignore
  - my intent is to add autogen.sh as next step as seems you currently
    produce release tarballs manually, so it contains random unneeded
    crap like autom4te.cache
This commit is contained in:
Dustin Kirkland 2017-07-21 10:42:50 +02:00
commit e2251f6a91
4 changed files with 69 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.121], [http://byobu.org])
AC_CONFIG_SRCDIR([usr/bin/byobu.in])
AM_INIT_AUTOMAKE([foreign])
AC_PROG_LN_S
# Checks for programs.