Skip to content

Commit

Permalink
use AC_PROG_CC_C99
Browse files Browse the repository at this point in the history
standardized support email address and url
  • Loading branch information
mbhangui committed Jun 22, 2020
1 parent 3a49512 commit 596fcc0
Show file tree
Hide file tree
Showing 39 changed files with 53 additions and 18 deletions.
3 changes: 2 additions & 1 deletion altermime-x/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([altermime],0.3.10,[Manvendra Bhangui manvendra@indimail.org],indimail, [http:https://www.indimail.org])
AC_INIT([altermime],0.3.10,[Manvendra Bhangui indimail-utils@indimail.org],altermime, [https:https://github.com/mbhangui/indimail-virtualdomains])
AM_CONFIG_HEADER(config.h)
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
Expand All @@ -8,6 +8,7 @@ AC_CANONICAL_HOST

dnl Checks for programs.
AC_PROG_CC
AC_PROG_CC_C99
AC_ISC_POSIX

defaultprefix="/usr"
Expand Down
2 changes: 1 addition & 1 deletion bogofilter-wordlist-1.0/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([bogofilter-wordlist], [1.0], [Manvendra Bhangui [email protected]])
AC_INIT([bogofilter-wordlist], [1.0], [Manvendra Bhangui [email protected]],bogofilter-wordlist,[https://github.com/mbhangui/indimail-virtualdomains])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_MACRO_DIR([m4])

Expand Down
1 change: 1 addition & 0 deletions bogofilter-x/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ AC_CONFIG_HEADERS([src/config.h:config.in])

AC_PROG_AWK
AC_PROG_CC(gcc xlc cc)
AC_PROG_CC_C99
AM_PROG_AR
AM_PROG_CC_C_O
AC_USE_SYSTEM_EXTENSIONS
Expand Down
3 changes: 2 additions & 1 deletion courier-imap-x/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ dnl Copyright 1998 - 2018 Double Precision, Inc. See COPYING for
dnl distribution information.

AC_PREREQ(2.59)
AC_INIT(courier-imap, 5.0.10, [[email protected]])
AC_INIT(courier-imap, 5.0.11, [[email protected]])
AC_CONFIG_SRCDIR(libs/imap/imapd.c)
AC_CONFIG_HEADERS(config.h)
AM_INIT_AUTOMAKE
>confdefs.h # Kill PACKAGE_ macros

AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_AWK
AC_PROG_INSTALL
AC_PROG_LN_S
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/authlib/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AC_DEFINE_UNQUOTED(PACKAGE_BUGREPORT, "[email protected]")

# Checks for programs.
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([../../m4])
LPATH="$PATH:/usr/local/bin"
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/bdbobj/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_AWK
AC_PROG_CXX
AC_ISC_POSIX
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/gdbmobj/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
AC_PROG_CC_C99
AC_ISC_POSIX
AC_PROG_AWK
AC_PROG_CXX
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/imap/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_AWK
AC_PROG_INSTALL
AC_PROG_LN_S
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/libhmac/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ AC_PROG_AWK
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_LIBTOOL

if test "$GCC" = yes
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/liblock/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CFLAGS="-I.. -I${srcdir}/.. $CFLAGS"
dnl Checks for programs.
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_LIBTOOL
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/maildir/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dnl Checks for programs.
AC_PROG_AWK
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_INSTALL
AC_PROG_LN_S
AC_LIBTOOL_DLOPEN
Expand Down
3 changes: 2 additions & 1 deletion courier-imap-x/libs/maildrop/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl
dnl Copyright 1998 - 2017 Double Precision, Inc. See COPYING for
dnl distribution information.

AC_INIT(maildrop, 3.0.0, [[email protected]])
AC_INIT(maildrop, 3.0.1, [[email protected]])

>confdefs.h # Kill PACKAGE_ macros

Expand All @@ -17,6 +17,7 @@ AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_AWK
AC_PROG_LN_S
AC_PROG_CXX
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/makedat/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AC_CONFIG_HEADERS(config.h)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PATH_PROGS(PERL, perl5 perl, perl, $LPATH)
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/md5/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ AC_PROG_AWK
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_LIBTOOL

if test "$GCC" = yes
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/numlib/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ AM_INIT_AUTOMAKE([foreign no-define])
dnl Checks for programs.
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_LIBTOOL
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/random128/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ AC_USE_SYSTEM_EXTENSIONS
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_CC
AC_PROG_CC_C99
AC_PATH_PROGS(PS, ps, ps, $LPATH)
AC_PATH_PROGS(W, w, w, $LPATH)
AC_PROG_LIBTOOL
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/rfc1035/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_INSTALL
AC_PROG_LN_S
AC_LIBTOOL_DLOPEN
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/rfc2045/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ AC_CONFIG_HEADERS(rfc2045_config.h)
dnl Checks for programs.
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_CXX
AC_LIBTOOL_DLOPEN
AM_PROG_LIBTOOL
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/rfc822/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AC_CONFIG_HEADERS(config.h)
dnl Checks for programs.
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_LIBTOOL

if test "$GCC" = yes ; then
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/sha1/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ AM_CONDITIONAL(HMACC, test -d ${srcdir}/../libhmac)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_LIBTOOL
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/soxwrap/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ AC_PROG_INSTALL
AC_PROG_RANLIB
AC_PROG_LN_S
AC_PROG_CC
AC_PROG_CC_C99

dnl Check for options

Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/tcpd/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AC_CONFIG_HEADERS(config.h)

dnl Checks for programs.
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_INSTALL
AC_PROG_LN_S
AC_LIBTOOL_DLOPEN
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/unicode/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ AM_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_CXX
AX_COURIER_UNICODE_CXXFLAGS
AC_SUBST(COURIER_UNICODE_CXXFLAGS)
Expand Down
1 change: 1 addition & 0 deletions courier-imap-x/libs/waitlib/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ AC_PROG_AWK
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_LIBTOOL

dnl Checks for libraries.
Expand Down
3 changes: 2 additions & 1 deletion fetchmail-x/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl

dnl XXX - if bumping version here, check fetchmail.man, too!
AC_INIT([fetchmail],[6.4.6],[[email protected]])
AC_INIT([fetchmail],6.4.6,[Manvendra Bhangui [email protected]],fetchmail, [https://github.com/mbhangui/indimail-virtualdomains])
AC_CONFIG_SRCDIR([fetchmail.h])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_LIBOBJ_DIR([.])
Expand All @@ -34,6 +34,7 @@ AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
AC_USE_SYSTEM_EXTENSIONS
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CC_C99
AM_PROG_CC_C_O
AC_PROG_INSTALL
AC_PROG_CPP dnl Later checks need this.
Expand Down
3 changes: 2 additions & 1 deletion flash-x/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT([flash],0.9.4,[Manvendra Bhangui manvendra@indimail.org],indimail, [http:https://www.indimail.org])
AC_INIT([flash],0.9.4,[Manvendra Bhangui indimail-utils@indimail.org],flash, [https:https://github.com/mbhangui/indimail-virtualdomains])
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
LT_INIT
Expand All @@ -11,6 +11,7 @@ AM_CONFIG_HEADER(config.h)
dnl Checks for programs.
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_LIBTOOL
AC_LIB_PREPARE_MULTILIB

Expand Down
3 changes: 2 additions & 1 deletion fortune-x/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT([fortune],1.1,[Manvendra Bhangui manvendra@indimail.org],indimail, [http:https://www.indimail.org])
AC_INIT([fortune],1.1,[Manvendra Bhangui indimail-utils@indimail.org],fortune, [https:https://github.com/mbhangui/indimail-virtualdomains])
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
AM_INIT_AUTOMAKE([foreign])
Expand All @@ -9,6 +9,7 @@ AC_CANONICAL_HOST

dnl Checks for programs.
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_RANLIB

defaultprefix="/usr"
Expand Down
1 change: 1 addition & 0 deletions indimail-x/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ AC_PROG_LIBTOOL
AC_PROG_LN_S
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_INSTALL
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_MAKE_SET
Expand Down
3 changes: 2 additions & 1 deletion indimail-x/eps-1.2/configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT([eps],1.2,[Manvendra Bhangui manvendra@indimail.org],indimail, [http:https://www.indimail.org])
AC_INIT([eps],1.2,[Manvendra Bhangui indimail-virtualdomains@indimail.org],indimail, [https:https://github.com/mbhangui/indimail-virtualdomains])
AC_CANONICAL_HOST
LT_INIT
PACKAGE=$PACKAGE_NAME
Expand All @@ -12,6 +12,7 @@ dnl Checks for programs.
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_LIBTOOL
AC_PROG_CC
AC_PROG_CC_C99

case "$host" in
*-*-sunos4.1.1*)
Expand Down
5 changes: 3 additions & 2 deletions indium-1.1/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.59])
AC_INIT([indium],1.1,[Manvendra Bhangui manvendra@indimail.org],indium, [http:https://www.indimail.org])
AC_INIT([indium],1.1,[Manvendra Bhangui indium@indimail.org],indium, [https:https://github.com/mbhangui/indimail-virtualdomains])
AC_CANONICAL_TARGET
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
AC_CONFIG_HEADERS([config.h])
AC_DEFINE_UNQUOTED(PACKAGE_BUGREPORT, "[email protected]")
AC_DEFINE_UNQUOTED(PACKAGE_BUGREPORT, "[email protected]")
AM_INIT_AUTOMAKE

AC_LIB_PREPARE_MULTILIB
Expand Down Expand Up @@ -71,6 +71,7 @@ AC_SUBST(defaultprefix)
# Checks for programs.
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_LN_S
AC_PROG_LIBTOOL

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ircube-1.0/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([ircube],1.0,[Manvendra Bhangui manvendra@indimail.org],ircube, [http:https://www.indimail.org])
AC_INIT([ircube],1.0,[Manvendra Bhangui indimail-virtualdomains@indimail.org],ircube, [https:https://github.com/mbhangui/indimail-virtualdomains])
AM_INIT_AUTOMAKE

# Checks for programs.
Expand Down
5 changes: 3 additions & 2 deletions iwebadmin-x/configure.ac
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT([iwebadmin],2.0,[Manvendra Bhangui manvendra@indimail.org],iwebadmin, [http:https://www.indimail.org])
AC_INIT([iwebadmin],2.0,[Manvendra Bhangui iwebadmin@indimail.org],iwebadmin, [https:https://github.com/mbhangui/indimail-virtualdomains])
AC_CANONICAL_TARGET
LT_INIT
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_DEFINE_UNQUOTED(PACKAGE_BUGREPORT, "[email protected]")
AC_DEFINE_UNQUOTED(PACKAGE_BUGREPORT, "[email protected]")

dnl Checks for programs.
AC_PROG_LIBTOOL
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_LN_S
Expand Down
3 changes: 2 additions & 1 deletion logalert-0.3/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([logalert],0.3,[Manvendra Bhangui manvendra@indimail.org],indimail, [http:https://www.indimail.org])
AC_INIT([logalert],0.3,[Manvendra Bhangui indimail-virtualdomains@indimail.org],logalert, [https:https://github.com/mbhangui/indimail-virtualdomains])
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
LT_INIT
Expand All @@ -11,6 +11,7 @@ AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_LIBTOOL
AC_LIB_PREPARE_MULTILIB

Expand Down
3 changes: 2 additions & 1 deletion mpack-x/configure.ac
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
AC_PREREQ([2.52])
AC_INIT([mpack],1.6,[Manvendra Bhangui manvendra@indimail.org],mpack, [http:https://www.indimail.org])
AC_INIT([mpack],1.6,[Manvendra Bhangui indimail-utils@indimail.org],mpack, [https:https://github.com/mbhangui/indimail-virtualdomains])
PACKAGE=$PACKAGE_NAME
VERSION=$PACKAGE_VERSION
AM_INIT_AUTOMAKE([foreign])
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
AC_PROG_CC
AC_PROG_CC_C99

case "$host" in
*-*-sunos4.1.1*)
Expand Down
1 change: 1 addition & 0 deletions nssd-x/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AC_PROG_LIBTOOL
AC_PROG_LN_S
AC_PROG_AWK
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_INSTALL
AC_CONFIG_MACRO_DIR([m4])
AC_PROG_MAKE_SET
Expand Down
2 changes: 1 addition & 1 deletion pam-multi-x/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dnl Checks for programs.
AC_PROG_YACC
AC_PROG_CXX
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_CPP
AC_PROG_LIBTOOL
AC_PROG_LN_S
AC_PROG_AWK
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_MAKE_SET

Expand Down
Loading

0 comments on commit 596fcc0

Please sign in to comment.