Skip to content

Commit b7209cc

Browse files
Fixed issue with libreadline in nxbrowse
1 parent 9a23b99 commit b7209cc

13 files changed

Lines changed: 5 additions & 760 deletions

applications/Makefile.am

Lines changed: 0 additions & 57 deletions
This file was deleted.

applications/NXbrowse/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
#------------------------------------------------------------------------------
2929
# build and link the executable
3030
#------------------------------------------------------------------------------
31+
if(HAVE_LIBREADLINE)
32+
add_definitions(-DHAVE_LIBREADLINE)
33+
endif()
34+
3135
add_executable (nxbrowse NXbrowse.c)
3236
target_link_libraries(nxbrowse NeXus_Shared_Library ${READLINE_LINK})
3337

include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
SET(INCLUDE_FILES napi.h napiu.h)
3030

31-
configure_file(nxconfig_h_cmake.in nxconfig.h @ONLY)
31+
configure_file(nxconfig.h.in nxconfig.h @ONLY)
3232

3333
INSTALL (FILES ${INCLUDE_FILES}
3434
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/ COMPONENT Development)

include/Makefile.am

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515

1616
#cmakedefine HAVE_STRDUP
1717

18-
#cmakedefine01 HAVE_LIBREADLINE
19-
2018
#cmakedefine01 HAVE_LONG_LONG_INT
2119

2220
#cmakedefine01 HAVE_UNSIGNED_LONG_LONG_INT

include/nxconfig_vms.h

Lines changed: 0 additions & 201 deletions
This file was deleted.

src/Makefile.am

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)