- Remove extraneous `I' from configure.ac, run ./autogen.sh. ()

This commit is contained in:
binki 2010-07-15 21:33:54 +00:00
parent c9acb9d1c7
commit 4eff1e8493
4 changed files with 2215 additions and 9514 deletions

View file

@ -2030,3 +2030,4 @@
was not compiled with c-ares, which is clearly a bad idea as then the
entire IRCd can hang for several seconds or more...
We now check if they support asynch DNS, and skip them if they don't.
- Remove extraneous `I' from configure.ac, run ./autogen.sh. (#3930)

11720
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -436,7 +436,7 @@ configuration files])],
[AC_DEFINE([DEFAULT_PERMISSIONS], [0600], [The default permissions for configuration files. Set to 0 to prevent unrealircd from calling chmod() on the files.])])
AC_ARG_WITH(dpath, [AS_HELP_STRING([--with-dpath=path],[Specify the path where configuration files are stored])],
[AC_DEFINE_UNQUOTED([DPATH], ["$withval"], [Define the location of the configuration files])
I IRCDDIR="$withval"],
IRCDDIR="$withval"],
[AC_DEFINE_UNQUOTED([DPATH], ["`pwd`"], [Define the location of the configuration files])
IRCDDIR="`pwd`"])

View file

@ -262,6 +262,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@ -370,6 +373,9 @@
/* Define to `long' if <sys/types.h> does not define. */
#undef int32_t
/* Define to `int' if <sys/types.h> does not define. */
#undef mode_t
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t