Check-in Number:
|
638 | |
Date: |
2001-Aug-09 13:58:22 (local)
2001-Aug-09 11:58:22 (UTC) |
User: | simons |
Branch: | |
Comment: |
AC_INIT expects as parameter the name of an unique source file in the
repository. I gave it xds.h.in. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/configure.ac 1.16 -> 1.17
--- configure.ac 2001/08/08 19:15:23 1.16
+++ configure.ac 2001/08/09 11:58:22 1.17
@@ -1,8 +1,8 @@
dnl configure.in -- Process this file with autoconf to produce a configure script.
-AC_INIT(xds)
+AC_INIT(xds.h.in)
AC_PREREQ(2.52)
-AC_REVISION($Revision: 1.16 $)
+AC_REVISION($Revision: 1.17 $)
dnl Get rid of the lousy -g and -O defaults in CFLAGS.
dnl
|
|