Skip to content

Commit

Permalink
Run autotools.
Browse files Browse the repository at this point in the history
  • Loading branch information
thommey committed Mar 3, 2017
1 parent c12e715 commit f086368
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac e4dda8a.
# From configure.ac c12e715.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for Eggdrop 1.8.1.
#
Expand Down Expand Up @@ -8864,10 +8864,6 @@ $as_echo "#define HAVE_OPENSSL_MD5 1" >>confdefs.h
# Substitute Makefile variables.
EGGVERSION=`grep '^ *# *define *EGG_STRINGVER ' $srcdir/src/version.h`
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $EGGVERSION" >&5
$as_echo "$EGGVERSION" >&6; }
EGGVERSION=`grep '^ *# *define *EGG_STRINGVER ' $srcdir/src/version.h | $AWK '{gsub(/(\")/, "", $NF); print $NF}'`
egg_version_num=`echo $EGGVERSION | $AWK 'BEGIN {FS = "."} {printf("%d%02d%02d", $1, $2, $3)}'`
Expand Down
2 changes: 1 addition & 1 deletion src/mod/compress.mod/configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac e4dda8a.
# From configure.ac c12e715.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for Eggdrop Compress Module 1.8.1.
#
Expand Down
2 changes: 1 addition & 1 deletion src/mod/dns.mod/configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac e4dda8a.
# From configure.ac c12e715.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for Eggdrop DNS Module 1.8.1.
#
Expand Down

0 comments on commit f086368

Please sign in to comment.