OSSP CVS Repository

ossp - Difference in ossp-pkg/pth/pth.pod versions 1.151 and 1.152
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/pth/pth.pod 1.151 -> 1.152

--- pth.pod      2002/01/27 11:03:40     1.151
+++ pth.pod      2002/01/30 12:54:24     1.152
@@ -1914,16 +1914,16 @@
 
 Because B<autoconf> generates additional files, we added a canonical
 C<distclean> target which cleans this up. Secondly, we wrote
-C<configure.in>, a (minimal) B<autoconf> script specification:
+C<configure.ac>, a (minimal) B<autoconf> script specification:
 
- $ vi configure.in
+ $ vi configure.ac
  | AC_INIT(Makefile.in)
  | AC_CHECK_PTH(1.3.0)
  | AC_OUTPUT(Makefile)
 
 Then we let B<autoconf>'s C<aclocal> program generate for us an C<aclocal.m4>
 file containing B<Pth>'s C<AC_CHECK_PTH> macro. Then we generate the final
-C<configure> script out of this C<aclocal.m4> file and the C<configure.in>
+C<configure> script out of this C<aclocal.m4> file and the C<configure.ac>
 file:
 
  $ aclocal --acdir=`pth-config --acdir`
@@ -1935,7 +1935,7 @@
  -rw-r--r--  1 rse  users    176 Nov  3 11:11 Makefile.in
  -rw-r--r--  1 rse  users  15314 Nov  3 11:16 aclocal.m4
  -rwxr-xr-x  1 rse  users  52045 Nov  3 11:16 configure
- -rw-r--r--  1 rse  users     63 Nov  3 11:11 configure.in
+ -rw-r--r--  1 rse  users     63 Nov  3 11:11 configure.ac
  -rw-r--r--  1 rse  users   4227 Nov  3 11:11 foo.c
 
 If we now run C<configure> we get a correct C<Makefile> which
@@ -2016,9 +2016,9 @@
  |     rm -f config.log config.status config.cache
  |     rm -f Makefile
 
-Then we create a slightly different B<autoconf> script C<configure.in>:
+Then we create a slightly different B<autoconf> script C<configure.ac>:
 
- $ vi configure.in
+ $ vi configure.ac
  | AC_INIT(Makefile.in)
  | AC_CONFIG_AUX_DIR(pth)
  | AC_CHECK_PTH(1.3.0, subdir:pth --disable-tests)
@@ -2038,7 +2038,7 @@
 Now we let B<autoconf>'s C<aclocal> program again generate for us an
 C<aclocal.m4> file with the contents of B<Pth>'s C<AC_CHECK_PTH> macro.
 Finally we generate the C<configure> script out of this C<aclocal.m4>
-file and the C<configure.in> file.
+file and the C<configure.ac> file.
 
  $ aclocal --acdir=`pth-config --acdir`
  $ autoconf
@@ -2063,7 +2063,7 @@
  -rw-r--r--  1 rse  users    709 Nov  3 11:51 Makefile.in
  -rw-r--r--  1 rse  users  16431 Nov  3 12:20 aclocal.m4
  -rwxr-xr-x  1 rse  users  57403 Nov  3 12:21 configure
- -rw-r--r--  1 rse  users    129 Nov  3 12:21 configure.in
+ -rw-r--r--  1 rse  users    129 Nov  3 12:21 configure.ac
  -rw-r--r--  1 rse  users   4227 Nov  3 11:11 foo.c
  drwxr-xr-x  2 rse  users   3584 Nov  3 12:36 pth
  $ ls -l pth/

CVSTrac 2.0.1