Changeset 3722
- Timestamp:
- 06/04/2012 08:42:14 PM (12 months ago)
- Location:
- openbts/trunk
- Files:
-
- 3 modified
-
apps/Makefile.am (modified) (1 diff)
-
apps/OpenBTSCLI.cpp (modified) (3 diffs)
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
openbts/trunk/apps/Makefile.am
r3690 r3722 47 47 OpenBTSCLI_SOURCES = OpenBTSCLI.cpp 48 48 OpenBTSDo_SOURCES = OpenBTSDo.cpp 49 OpenBTSCLI_LDADD = -lreadline -lncurses50 49 51 50 EXTRA_DIST = \ -
openbts/trunk/apps/OpenBTSCLI.cpp
r3690 r3722 23 23 */ 24 24 25 #include <config.h> 25 26 #include <sys/types.h> 26 27 #include <unistd.h> … … 30 31 #include <stdlib.h> 31 32 #include <limits.h> 32 33 #define HAVE_LIBREADLINE 34 33 #include <time.h> 35 34 36 35 #ifdef HAVE_LIBREADLINE … … 52 51 53 52 char rspPath[200]; 54 sprintf(rspPath,"/tmp/OpenBTS.console.%d.%8 x",getpid(),time(NULL));53 sprintf(rspPath,"/tmp/OpenBTS.console.%d.%8lx",getpid(),time(NULL)); 55 54 56 55 -
openbts/trunk/configure.ac
r2949 r3722 129 129 130 130 # Prepends -lreadline to LIBS and defines HAVE_LIBREADLINE in config.h 131 #AC_CHECK_LIB(readline, readline)131 AC_CHECK_LIB(readline, readline) 132 132 133 133 dnl Output files
![(please configure the [header_logo] section in trac.ini)](http://wush.net/trac/rangepublic/raw-attachment/wiki/WikiStart/PublicReleaseLogo.png)
