Check-in Number:
|
4453 | |
Date: |
2004-Mar-19 16:32:52 (local)
2004-Mar-19 15:32:52 (UTC) |
User: | thl |
Branch: | |
Comment: |
shut up autoheader |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/.cvsignore 1.4 -> 1.5
--- .cvsignore 2004/02/02 20:19:25 1.4
+++ .cvsignore 2004/03/19 15:32:52 1.5
@@ -1,9 +1,8 @@
-configure config.log config.cache config.status Makefile
+config.log config.cache config.status Makefile
+config.h
+shtool
+ltmain.sh libtool.m4 config.guess config.sub
+configure config.h.in
acl.c acl-scan.c acl-scan.h
petidomo
petidomo.1
-config.guess
-config.sub
-libtool.m4
-ltmain.sh
-shtool
|
|
ossp-pkg/petidomo/configure.in 1.11 -> 1.12
--- configure.in 2004/02/02 20:19:25 1.11
+++ configure.in 2004/03/19 15:32:52 1.12
@@ -1,7 +1,7 @@
dnl
dnl configure.in -- Process this file with autoconf to produce a configure script.
dnl
-dnl $Header: /v/ossp/cvs/ossp-pkg/petidomo/configure.in,v 1.11 2004/02/02 20:19:25 thl Exp $
+dnl $Header: /v/ossp/cvs/ossp-pkg/petidomo/configure.in,v 1.12 2004/03/19 15:32:52 thl Exp $
dnl
AC_INIT(petidomo.h)
@@ -49,3 +49,5 @@
dnl Write results.
dnl
AC_OUTPUT(Makefile)
+AC_CONFIG_HEADERS(config.h)
+
|
|