summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoralgernon <algernon>2001-02-17 02:06:15 +0000
committeralgernon <algernon>2001-02-17 02:06:15 +0000
commitdfa6f54eee098fbc7584c6eb89b5939467a1e14b (patch)
tree67be88bb8d8c6280871100be16b7a2d281c3add7 /configure.in
parent940c20a3767bc8b8ffc4db90a75a5164382737cf (diff)
downloadratpoison-dfa6f54eee098fbc7584c6eb89b5939467a1e14b.zip
s/AM_CONFIG_HEADER/AC_CONFIG_HEADER/;
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 947d4b7..f8f5273 100644
--- a/configure.in
+++ b/configure.in
@@ -17,12 +17,12 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
-dnl $Id: configure.in,v 1.7 2001/02/15 19:46:38 algernon Exp $
+dnl $Id: configure.in,v 1.8 2001/02/17 02:06:15 algernon Exp $
AC_INIT(src/main.c)
AM_INIT_AUTOMAKE(ratpoison, 0.0.6)
-AM_CONFIG_HEADER(src/config.h)
+AC_CONFIG_HEADER(src/config.h)
AC_CANONICAL_HOST
AC_SUBST(host_os)