]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Switch to autoconf-2.52. Move contents to configure.in.
authorBruno Haible <bruno@clisp.org>
Mon, 15 Jul 2002 12:42:01 +0000 (12:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:37 +0000 (12:08 +0200)
acconfig.h [deleted file]

diff --git a/acconfig.h b/acconfig.h
deleted file mode 100644 (file)
index 21e44d6..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-/* Special definitions, processed by autoheader.
-   Copyright (C) 1995-1998, 2001-2002 Free Software Foundation.
-   Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.  */
-
-/* Default value for alignment of strings in .mo file.  */
-#define DEFAULT_OUTPUT_ALIGNMENT 1
-
-#ifndef PARAMS
-# if __STDC__ || defined __GNUC__ || defined __SUNPRO_C || defined __cplusplus || __PROTOTYPES
-#  define PARAMS(args) args
-# else
-#  define PARAMS(args) ()
-# endif
-#endif
-
-@TOP@
-
-/* Define to the name of the distribution.  */
-#undef PACKAGE
-
-/* Define to the version of the distribution.  */
-#undef VERSION
-
-@BOTTOM@
-
-/* We don't test for the basename function but still want to use the
-   version in the libc when compiling for a system using glibc.  Likewise
-   for stpncpy.  */
-#ifdef __GNU_LIBRARY__
-# define HAVE_BASENAME 1
-# define HAVE_STPNCPY  1
-#endif
-
-
-/* A file name cannot consist of any character possible.  INVALID_PATH_CHAR
-   contains the characters not allowed.  */
-#ifndef MSDOS
-# define       INVALID_PATH_CHAR "\1\2\3\4\5\6\7\10\11\12\13\14\15\16\17\20\21\22\23\24\25\26\27\30\31\32\33\34\35\36\37 \177/"
-#else
-/* Something like this for MSDOG.  */
-# define       INVALID_PATH_CHAR "\1\2\3\4\5\6\7\10\11\12\13\14\15\16\17\20\21\22\23\24\25\26\27\30\31\32\33\34\35\36\37 \177\\:."
-#endif
-
-/* This is the page width for the message_print function.  It should
-   not be set to more than 79 characters (Emacs users will appreciate
-   it).  It is used to wrap the msgid and msgstr strings, and also to
-   wrap the file position (#:) comments.  */
-#define PAGE_WIDTH 79
-
-/* Extra OS/2 (emx+gcc) defines.  */
-#ifdef __EMX__
-# include "intl/os2compat.h"
-#endif