- File 'config.h.in' removed (will be created by autoheader); 'acconfig.h'

(needed by autoheader) added.
- Makefile.am's corrected so 'make dist' now works (automake is so stupid :-)
This commit is contained in:
michael 1998-06-19 10:45:24 +00:00
parent 3694b9621c
commit 9b30bcf800
7 changed files with 37 additions and 65 deletions

View File

@ -5,6 +5,7 @@ complete the package.
Before you compile do the following steps from the main directory:
% autoheader
% aclocal
% autoconf
% automake

View File

@ -1,16 +1,16 @@
## vboxgetty/Makefile.am
## (C) 1998 Michael Herold
##
## Makefile.am - (C) 1998 Michael Herold
##
## GNU automake options ##################################################
AUTOMAKE_OPTIONS = foreign
## Other directories #####################################################
SUBDIRS = vboxgetty
## Delete all backups ##
## Clean & Maintenance ###################################################
CLEANFILES = *~
## Delete all files created by external programs (eg autoconf parts) ##
## and not a part of the cvs tree. ##
MAINTAINERCLEANFILES = configure aclocal.m4 Makefile.in
MAINTAINERCLEANFILES = configure aclocal.m4 Makefile.in config.h.in

7
vbox3/acconfig.h Normal file
View File

@ -0,0 +1,7 @@
/* Define this if you have siginterrupt(). */
#undef HAVE_SIGINTERRUPT
/* Version number and package name. */
#undef VERSION
#undef PACKAGE

View File

@ -1,48 +0,0 @@
#ifndef _VBOX_CONFIG_H
#define _VBOX_CONFIG_H 1
/*
* Define to empty if the keyword does not work:
*/
#undef const
/*
* Define if you have the ANSI C header files:
*/
#undef STDC_HEADERS
/*
* Define if you can safely include both <sys/time.h> and <time.h>:
*/
#undef TIME_WITH_SYS_TIME
/*
* Define if you have the <sys/time.h> header file:
*/
#undef HAVE_SYS_TIME_H
/*
* Define if libncurses has a resizeterm() function:
*/
#undef HAVE_RESIZETERM
/*
* Define if you have a siginterrupt() function:
*/
#undef HAVE_SIGINTERRUPT
/*
* No need to change anything below this line!
*/
#undef VERSION
#undef PACKAGE
#endif /* _VBOX_CONFIG_H */

View File

@ -0,0 +1 @@
timestamp

View File

@ -2,11 +2,17 @@
## vboxgetty/examples/Makefile.am - (C) 1997-1998 Michael Herold
##
SUBDIRS = scripts
## Other directories #####################################################
CLEANFILES = *~
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = scripts
## Configuration files to install
## Configuration to install ##############################################
sysconf_DATA = vboxgetty.conf vboxgetty.user
sysconf_DATA = vboxgetty.conf vboxgetty.user
EXTRA_DIST = $(sysconf_DATA)
## Clean & Maintenance ###################################################
CLEANFILES = *~
MAINTAINERCLEANFILES = Makefile.in

View File

@ -2,9 +2,14 @@
## vboxgetty/examples/scripts/Makefile.am - (C) 1997-1998 Michael Herold
##
## The tcl scripts to install ############################################
pkgdata_DATA = initmodem.tcl
EXTRA_DIST = $(pkgdata_DATA)
## Clean & Maintenance ###################################################
CLEANFILES = *~
MAINTAINERCLEANFILES = Makefile.in
## The tcl scripts to install
pkgdata_DATA = initmodem.tcl