xaizek / pinfo (License: GPLv2 only) (since 2018-12-07)
Console-based info and manual pages reader, which adds interactive navigation to man pages.
Commit f4f5673448e1901f6a245390c75ced07c2c885d9

Fix autoconf stuff for newer autoconf/automake/libtool
git-svn-id: svn://svn.debian.org/svn/pinfo/pinfo/trunk@310 ea4b0d59-4df7-0310-a9f9-bf8cbe41ce66
Author: bas
Author date (UTC): 2010-09-19 13:07
Committer name: bas
Committer date (UTC): 2010-09-19 13:07
Parent(s): bd7c5936a080e747adb741e7de29637cbd717acd
Signing key:
Tree: b94a895b1203c5f379b05da4b3afcc4171441cb8
File Lines added Lines deleted
config.h.in 13 3
configure.ac 2 0
File config.h.in changed (mode: 100644) (index 78d921b..a75e083)
275 275 /* Define if integer division by zero raises signal SIGFPE. */ /* Define if integer division by zero raises signal SIGFPE. */
276 276 #undef INTDIV0_RAISES_SIGFPE #undef INTDIV0_RAISES_SIGFPE
277 277
278 /* Define to the sub-directory in which libtool stores uninstalled libraries.
279 */
280 #undef LT_OBJDIR
281
282 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
283 #undef NO_MINUS_C_MINUS_O
284
278 285 /* Package name */ /* Package name */
279 286 #undef PACKAGE #undef PACKAGE
280 287
 
290 297 /* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
291 298 #undef PACKAGE_TARNAME #undef PACKAGE_TARNAME
292 299
300 /* Define to the home page for this package. */
301 #undef PACKAGE_URL
302
293 303 /* Define to the version of this package. */ /* Define to the version of this package. */
294 304 #undef PACKAGE_VERSION #undef PACKAGE_VERSION
295 305
 
302 312
303 313 /* If using the C implementation of alloca, define if you know the /* If using the C implementation of alloca, define if you know the
304 314 direction of stack growth for your system; otherwise it will be direction of stack growth for your system; otherwise it will be
305 automatically deduced at run-time.
315 automatically deduced at runtime.
306 316 STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION > 0 => grows toward higher addresses
307 317 STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION < 0 => grows toward lower addresses
308 318 STACK_DIRECTION = 0 => direction of growth unknown */ STACK_DIRECTION = 0 => direction of growth unknown */
 
336 346 #undef inline #undef inline
337 347 #endif #endif
338 348
339 /* Define to `long' if <sys/types.h> does not define. */
349 /* Define to `long int' if <sys/types.h> does not define. */
340 350 #undef off_t #undef off_t
341 351
342 352 /* Define as the type of the result of subtracting two pointers, if the system /* Define as the type of the result of subtracting two pointers, if the system
 
346 356 /* Define to empty if the C compiler doesn't support this keyword. */ /* Define to empty if the C compiler doesn't support this keyword. */
347 357 #undef signed #undef signed
348 358
349 /* Define to `unsigned' if <sys/types.h> does not define. */
359 /* Define to `unsigned int' if <sys/types.h> does not define. */
350 360 #undef size_t #undef size_t
351 361
352 362 /* Define to unsigned long or unsigned long long if <stdint.h> and /* Define to unsigned long or unsigned long long if <stdint.h> and
File configure.ac changed (mode: 100644) (index 09b77fd..709de9b)
... ... AC_REVISION([$Revision$])
33 33
34 34 # put the config into config.h # put the config into config.h
35 35 AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
36 AC_CONFIG_MACRO_DIR([macros])
36 37
37 38 # id main dir by src/pinfo.c file # id main dir by src/pinfo.c file
38 39 AC_CONFIG_SRCDIR([src/pinfo.c]) AC_CONFIG_SRCDIR([src/pinfo.c])
 
... ... fi
78 79 AM_CONDITIONAL(HAVE_SIGBLOCK,test "x$ac_cv_lib_bsd_sigblock" = "xyes" -o \ AM_CONDITIONAL(HAVE_SIGBLOCK,test "x$ac_cv_lib_bsd_sigblock" = "xyes" -o \
79 80 "x$ac_cv_func_sigblock" = "xyes" ) "x$ac_cv_func_sigblock" = "xyes" )
80 81
82 AM_PROG_CC_C_O
81 83
82 84 #################################################### ####################################################
83 85 ## some additional utilities we need ## some additional utilities we need
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/pinfo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/pinfo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master