ossp-pkg/path/configure.ac 1.2 -> 1.3
--- configure.ac 2002/01/31 09:10:05 1.2
+++ configure.ac 2002/08/03 10:23:41 1.3
@@ -1,11 +1,11 @@
dnl ##
-dnl ## path - OSSP Path Library
+dnl ## OSSP path - Filesystem Path Manipulation
dnl ## Copyright (c) 2002 Ralf S. Engelschall <rse@engelschall.com>
dnl ## Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>
dnl ## Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
dnl ##
dnl ## This file is part of OSSP path, a filesystem path manipulation library
-dnl ## which can be found at http://www.ossp.org/pkg/path/.
+dnl ## which can be found at http://www.ossp.org/pkg/lib/path/.
dnl ##
dnl ## Permission to use, copy, modify, and distribute this software for
dnl ## any purpose with or without fee is hereby granted, provided that
@@ -28,14 +28,11 @@
dnl ## configure.ac: GNU Autoconf source script
dnl ##
-AC_PREREQ(2.52)
-AC_REVISION(1.0)
-AC_INIT(README)
+AC_PREREQ(2.53)
+AC_INIT
-AC_DIVERT_PUSH(NOTICE)
V=`./shtool version -l txt -d long VERSION`
./shtool echo -e "Configuring %BOSSP path%b (Filesystem Path Manipulations), Version %B${V}%b"
-AC_DIVERT_POP()
AC_SET_MAKE
AC_PROG_CC
@@ -45,8 +42,7 @@
AC_PROG_LIBTOOL
AC_CONFIG_HEADERS(config.h)
-AC_CONFIG_FILES(Makefile path-config)
+AC_CONFIG_FILES([Makefile path-config])
+AC_CONFIG_COMMANDS([adjustment], [chmod a+x path-config])
AC_OUTPUT
-chmod a+x path-config
-
|
|