* configure.in: changes for autoconf 2.50.
authorRob Browning <rlb@defaultvalue.org>
Sat, 2 Jun 2001 20:35:01 +0000 (20:35 +0000)
committerRob Browning <rlb@defaultvalue.org>
Sat, 2 Jun 2001 20:35:01 +0000 (20:35 +0000)
commit237b3247ac28841259fd0bdb80de5f11d54e1fe8
tree1a38eb9101fdb6e62e106d2aff809e11fafbe616
parentf02327ae0313bcb3dba85629302cf8945c5389de
* configure.in: changes for autoconf 2.50.
(AC_PREREQ): require at least autoconf 2.50.
(AC_INIT): no longer takes an arg.
(AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
(AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
(AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
(AC_STRUCT_ST_BLOCKS): use it rather than our version.
(AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
(AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
(AC_OUTPUT): no longer takes args.
configure.in