aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjjako <jjako>2003-01-05 18:13:35 +0000
committerjjako <jjako>2003-01-05 18:13:35 +0000
commit6922f96c8f1d04a8631e47a6ea311f5b0c4a8a33 (patch)
tree62001f6371994ffe6195e9ea1cb832fe9671e6ef
parent714d8ffa7666c2427a8cdd79a28af262a5798ab3 (diff)
Minor changes
-rwxr-xr-xconfigure4
-rw-r--r--configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index c5a480d..4c5b36f 100755
--- a/configure
+++ b/configure
@@ -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; }
diff --git a/configure.in b/configure.in
index 61a41ab..b57153d 100644
--- a/configure.in
+++ b/configure.in
@@ -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)