* Skeleton build for 'ctdlsh' utility. Warning: this is extremely gnuuey, it's got...
authorArt Cancro <ajc@citadel.org>
Wed, 17 Jun 2009 17:53:15 +0000 (17:53 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 17 Jun 2009 17:53:15 +0000 (17:53 +0000)
commit7875d64b9518cb9fe529caaa01c1d7041489ab98
tree61b4209cf1bd2c26a2ef88d0d87ac30e99dbdb25
parent45f5e1e6056bdda04c4fc880b9c7ff3d40c02008
* Skeleton build for 'ctdlsh' utility.  Warning: this is extremely gnuuey, it's got automake and even readline.
14 files changed:
ctdlsh/Makefile.am [new file with mode: 0644]
ctdlsh/Makefile.in [new file with mode: 0644]
ctdlsh/README [new file with mode: 0644]
ctdlsh/aclocal.m4 [new file with mode: 0644]
ctdlsh/bootstrap [new file with mode: 0644]
ctdlsh/config.h.in [new file with mode: 0644]
ctdlsh/configure [new file with mode: 0755]
ctdlsh/configure.ac [new file with mode: 0644]
ctdlsh/depcomp [new file with mode: 0755]
ctdlsh/install-sh [new file with mode: 0755]
ctdlsh/missing [new file with mode: 0755]
ctdlsh/src/Makefile.am [new file with mode: 0644]
ctdlsh/src/Makefile.in [new file with mode: 0644]
ctdlsh/src/main.c [new file with mode: 0644]