summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2002-11-14 04:13:48 +0000
committerColin Watson <cjwatson@debian.org>2002-11-14 04:13:48 +0000
commit54e44631ced1df3fa846256df568a74308e0f178 (patch)
treeee8d35abd6535957d1e2e3c0d821cfa4c76964a0 /autogen.sh
parentafe6f6563d7e648b37cc1fff56788eb068e6ee2a (diff)
* acinclude.m4, configure.in: Include documentation in all calls to
AC_DEFINE and AC_DEFINE_UNQUOTED. Look for acinclude.m4 in AC_CONFIG_SRCDIR rather than acconfig.h. * acconfig.h: Remove; the above makes it unnecessary. * GNUmakefile.in: Remove acconfig.h from stamp-h.in's dependencies. * autogen.sh: Run autopoint, not gettextize. autogen.sh no longer takes an optional --copy argument.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh
index 38486566..f134e276 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,8 +1,6 @@
#! /bin/sh -e
-copy="$1"
-
aclocal
-gettextize $copy --force
+autopoint
autoheader && echo timestamp > stamp-h.in
autoconf