capiinit/configure.ac: fix typos & autoreconf

This commit is contained in:
Peter Marschall 2012-04-22 19:28:08 +02:00
parent 0f8f4e75ae
commit f8dc62ba83
2 changed files with 15 additions and 15 deletions

26
capiinit/configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for capiiniti 1.0.
# Generated by GNU Autoconf 2.68 for capiinit 1.0.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@ -555,10 +555,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='capiiniti'
PACKAGE_TARNAME='capiiniti'
PACKAGE_NAME='capiinit'
PACKAGE_TARNAME='capiinit'
PACKAGE_VERSION='1.0'
PACKAGE_STRING='capiiniti 1.0'
PACKAGE_STRING='capiinit 1.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@ -1241,7 +1241,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures capiiniti 1.0 to adapt to many kinds of systems.
\`configure' configures capiinit 1.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1289,7 +1289,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/capiiniti]
--docdir=DIR documentation root [DATAROOTDIR/doc/capiinit]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@ -1307,7 +1307,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of capiiniti 1.0:";;
short | recursive ) echo "Configuration of capiinit 1.0:";;
esac
cat <<\_ACEOF
@ -1394,7 +1394,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
capiiniti configure 1.0
capiinit configure 1.0
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@ -1646,7 +1646,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by capiiniti $as_me 1.0, which was
It was created by capiinit $as_me 1.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@ -2460,7 +2460,7 @@ fi
# Define the identity of the package.
PACKAGE='capiiniti'
PACKAGE='capiinit'
VERSION='1.0'
@ -2503,7 +2503,7 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
I4LCONFDIR=${syconfdir:-"/etc/isdn"}
I4LCONFDIR=${sysconfdir:-"/etc/isdn"}
cat >>confdefs.h <<_ACEOF
@ -4459,7 +4459,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by capiiniti $as_me 1.0, which was
This file was extended by capiinit $as_me 1.0, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -4525,7 +4525,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
capiiniti config.status 1.0
capiinit config.status 1.0
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"

View File

@ -2,11 +2,11 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
AC_INIT([capiiniti], [1.0])
AC_INIT([capiinit], [1.0])
AM_INIT_AUTOMAKE
AC_PREFIX_DEFAULT([/])
I4LCONFDIR=${syconfdir:-"/etc/isdn"}
I4LCONFDIR=${sysconfdir:-"/etc/isdn"}
AC_DEFINE_UNQUOTED(I4LCONFDIR, "${I4LCONFDIR}", [directory for configuration files])