X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=4dba234be16cb30df7c5f9df39a6e0f2356194a4;hb=HEAD;hp=43383d6e8781183de96a46f669d0f1e8c7edebcb;hpb=8665f1ed7d7c4677c150c42c7b07c2142c2819a0;p=template.git diff --git a/configure.ac b/configure.ac index 43383d6..4dba234 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. dnl dnl This is the foobar configure script. dnl -dnl Copyright (C) 2011 Sebastian 'tokkee' Harl +dnl Copyright (C) 2012 Sebastian 'tokkee' Harl dnl dnl This program is free software; you can redistribute it and/or modify it dnl under the terms of the GNU General Public License as published by the @@ -40,9 +40,13 @@ dnl WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR dnl OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF dnl ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([foobar],[m4_esyscmd(./version-gen.sh)], - [Sebastian 'tokkee' Harl ], [], +AC_INIT([foobar full name],[m4_esyscmd(./version-gen.sh)], + [sh@tokkee.org], + [foobar], [http://git.tokkee.org/?p=template.git]) +PACKAGE_MAINTAINER="Sebastian 'tokkee' Harl " +AC_DEFINE_UNQUOTED([PACKAGE_MAINTAINER], ["$PACKAGE_MAINTAINER"], + [Define to the name of the maintainer of this package.]) AC_CONFIG_SRCDIR([src/foobar.c]) AC_CONFIG_HEADERS([src/config.h]) AC_PREFIX_DEFAULT([/opt/foobar]) @@ -189,22 +193,50 @@ AC_SUBST([STRICT_CFLAGS]) AC_CHECK_HEADERS(libgen.h) -AC_CONFIG_FILES([Makefile src/Makefile]) -AC_OUTPUT - -cat <