Minor changes

This commit is contained in:
jjako 2003-01-05 18:13:35 +00:00
parent 714d8ffa76
commit 6922f96c8f
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -461,7 +461,7 @@ echo > confdefs.h
# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
ac_unique_file=gtp/gtp.c ggsn/ggsn.c sgsnemu/sgsnemu.c
ac_unique_file=gtp/gtp.c
# Find the source files, if location was not specified.
if test -z "$srcdir"; then
@ -2256,7 +2256,7 @@ fi
PACKAGE=OpenGGSN
VERSION=0.5
VERSION=0.51
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT(gtp/gtp.c ggsn/ggsn.c sgsnemu/sgsnemu.c)
AC_INIT(gtp/gtp.c)
dnl Checks for programs.
AC_PROG_AWK
@ -27,6 +27,6 @@ AC_PROG_GCC_TRADITIONAL
AC_FUNC_VFORK
AC_CHECK_FUNCS(select socket strdup strerror strtoul)
AM_INIT_AUTOMAKE(OpenGGSN,0.5)
AM_INIT_AUTOMAKE(OpenGGSN,0.51)
AC_OUTPUT(doc/Makefile po/Makefile intl/Makefile Makefile tests/Makefile src/Makefile gtp/Makefile ggsn/Makefile sgsnemu/Makefile)