summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvi2tty/configure.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2008-02-29 15:40:00 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2008-02-29 15:40:00 +0000
commit2b049d253dc2dfcbddc656ee3bffedf9f65a67b2 (patch)
tree11d05560a28146f8bb03fe436ae00e5e5ffd2712 /Build/source/texk/dvi2tty/configure.in
parentb18fbbf19bcc21a491e8c0145b1d7b2d3507ef21 (diff)
next step in autotools update
add autoheader in reautoconf script and maintainer rules (maintainer mode still has some problems) remove need for acconfig.h (templates via AC_DEFINE) svn:ignore atom4te.cache directories reautoconf of the whole tree git-svn-id: svn://tug.org/texlive/trunk@6773 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvi2tty/configure.in')
-rw-r--r--Build/source/texk/dvi2tty/configure.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/Build/source/texk/dvi2tty/configure.in b/Build/source/texk/dvi2tty/configure.in
index b2d1f2a34ec..0f0a0adaf51 100644
--- a/Build/source/texk/dvi2tty/configure.in
+++ b/Build/source/texk/dvi2tty/configure.in
@@ -1,17 +1,15 @@
dnl Public domain.
dnl Process this file with autoconf to produce a configure script.
+
AC_INIT(dvi2tty.c)
+AC_CONFIG_HEADERS([c-auto.h:c-auto.in], [date >stamp-auto])
-# AC_CONFIG_HEADER(c-auto.h:c-auto.in)
+sinclude(../kpathsea/withenable.ac)
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_LN_S
-sinclude(../kpathsea/withenable.ac)
KPSE_CONFIG_FILES([Makefile])
AC_OUTPUT
-
-dnl update `stamp-auto' since we just remade `c-auto.h'
-date >stamp-auto