Hola Comunidad!.

A estas alturas estamos acostumbrados a:

./configure

make

sudo make install

Bien.Pero hay otros archivos que no nos solemos fijar.Y estaría bien comentarlo.
O por lo menos recibir una orientación de donde poder encontrar información.

Hay una archivo llamado missing.Que por el nombre me puede decir que genera algo
referente a lo que falta cuando trabajamos con las fuentes.

Si ejecuto por ejemplo ./missing que incluye las fuentes de Gambas1 obtengo esto:
Citar:

Handle `PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
error status if there is no known handling for PROGRAM.

Options:
-h, --help display this help and exit
-v, --version output version information and exit
--run try to run the given command, and emulate it if it fails

Supported PROGRAM values:
aclocal touch file `aclocal.m4'
autoconf touch file `configure'
autoheader touch file `config.h.in'
automake touch all `Makefile.in' files
bison create `y.tab.[ch]', if possible, from existing .[ch]
flex create `lex.yy.c', if possible, from existing .c
help2man touch the output file
lex create `lex.yy.c', if possible, from existing .c
makeinfo touch the output file
tar try tar, gnutar, gtar, then tar without non-portable flags
yacc create `y.tab.[ch]', if possible, from existing .[ch]


Se que tengo que buscarlo por Internet antes de preguntar, pero puede mas
las ganas de ponerlo aquí para que todos lo veamos.

Son cosas que como no solemos usar, pues no las miramos ni le damos importancia.
Pero y si es importante ?.

Espero que os pique la curiosidad.
Y no los mosquitos del verano.

Podemos añadir mas cosas de que os haya llamado la atención en una fuente de código para crear una aplicación.
Las dudas se comienzan a cocer.

Saludos.