Check-in Number:
|
243 | |
Date: |
2000-Dec-15 14:18:18 (local)
2000-Dec-15 13:18:18 (UTC) |
User: | simons |
Branch: | |
Comment: |
Use petidomo.h file to determine $srcdir, rather than main.c. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/petidomo/configure.in 1.3 -> 1.4
--- configure.in 2000/12/14 15:09:16 1.3
+++ configure.in 2000/12/16 13:18:18 1.4
@@ -1,12 +1,12 @@
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.3 2000/12/14 15:09:16 simons Exp $
+dnl $Header: /v/ossp/cvs/ossp-pkg/petidomo/configure.in,v 1.4 2000/12/16 13:18:18 simons Exp $
dnl
-AC_INIT(main.c)
+AC_INIT(petidomo.h)
AC_CONFIG_AUX_DIR(../etc)
-AC_REVISION($Revision: 1.3 $)dnl
+AC_REVISION($Revision: 1.4 $)dnl
dnl Checks for paths and programs.
dnl
|
|