Check-in Number:
|
594 | |
Date: |
2001-Aug-02 10:36:33 (local)
2001-Aug-02 08:36:33 (UTC) |
User: | simons |
Branch: | |
Comment: |
Added AC_PREREQ and AC_REVISION statements. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/xds/configure.ac 1.8 -> 1.9
--- configure.ac 2001/08/02 08:29:17 1.8
+++ configure.ac 2001/08/02 08:36:33 1.9
@@ -1,6 +1,8 @@
dnl configure.in -- Process this file with autoconf to produce a configure script.
-AC_INIT(libxds, [$Revision: 1.8 $])
+AC_INIT(libxds)
+AC_PREREQ(2.52)
+AC_REVISION($Revision: 1.9 $)
dnl Get rid of the lousy -g and -O defaults in CFLAGS.
dnl
|
|