search for: newconfigure

Displaying 3 results from an estimated 3 matches for "newconfigure".

Did you mean: deconfigure
2024 Mar 03
0
Makefile: SBINDIR=/usr/local/ups/sbin - can't change it....
Building 2.8.1 from source. I have --sbindir=/usr in the 'newconfigure' file, but Makefile contains SBINDIR = /usr/local/ups/sbin and that's where the files go. I run autogen.sh and then bash newconfigure. I don't know how to get Makefile SBINDIR to be /usr. Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://a...
2006 Apr 25
0
need automake/autoconf help to build RnetCDF and ncdf packages
...quot;netcdf" AC_CHECK_FILE(${NETCDF_INCDIR}/netcdf.h, [INCDIR_NETCDF_H=TRUE], [INCDIR_NETCDF_H=FALSE]) if test "${INCDIR_NETCDF_H}" = TRUE; then HAVE_NETCDF_H=TRUE fi fi I've tried fiddling around in this, and then typing #autoconf configure.ac > newconfigure sh ./newconfigure But it always ends the same: checking for main in -lnetcdf... no : error: netcdf library not found So, is there somebody here who know how configure scripts ought to be written to accomodate this? -- Paul E. Johnson Professor, Political Science 1541 Lilac Lane, Room 504 Uni...
2008 Mar 13
0
need automake/autoconf help to build RnetCDF and ncdf packages
...quot; NETCDF_LIBNAME="netcdf" AC_CHECK_FILE(${NETCDF_INCDIR}/netcdf.h, [INCDIR_NETCDF_H=TRUE], [INCDIR_NETCDF_H=FALSE]) if test "${INCDIR_NETCDF_H}" = TRUE; then HAVE_NETCDF_H=TRUE fi fi I've tried fiddling around in this, and then typing #autoconf configure.ac > newconfigure sh ./newconfigure But it always ends the same: checking for main in -lnetcdf... no : error: netcdf library not found So, is there somebody here who know how configure scripts ought to be written to accomodate this? -- Paul E. Johnson Professor, Political Science 1541 Lilac Lane, Room 504 Uni...