View | Details | Raw Unified | Return to bug 13985
Collapse All | Expand All

(-)celestia-1.4.1/acinclude.m4 (-7 / +7 lines)
Lines 3355-3365 Link Here
3355
3355
3356
  ])
3356
  ])
3357
3357
3358
# Search path for a program which passes the given test.
3358
dnl Search path for a program which passes the given test.
3359
# Ulrich Drepper <drepper@cygnus.com>, 1996.
3359
dnl Ulrich Drepper <drepper@cygnus.com>, 1996.
3360
3360
3361
# serial 1
3361
dnl serial 1
3362
# Stephan Kulow: I appended a _KDE against name conflicts
3362
dnl Stephan Kulow: I appended a _KDE against name conflicts
3363
3363
3364
dnl AM_PATH_PROG_WITH_TEST_KDE(VARIABLE, PROG-TO-CHECK-FOR,
3364
dnl AM_PATH_PROG_WITH_TEST_KDE(VARIABLE, PROG-TO-CHECK-FOR,
3365
dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
3365
dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
Lines 3403-3409 Link Here
3403
# Check whether LC_MESSAGES is available in <locale.h>.
3403
# Check whether LC_MESSAGES is available in <locale.h>.
3404
# Ulrich Drepper <drepper@cygnus.com>, 1995.
3404
# Ulrich Drepper <drepper@cygnus.com>, 1995.
3405
3405
3406
# serial 1
3406
dnl serial 1
3407
3407
3408
AC_DEFUN([AM_LC_MESSAGES],
3408
AC_DEFUN([AM_LC_MESSAGES],
3409
  [if test $ac_cv_header_locale_h = yes; then
3409
  [if test $ac_cv_header_locale_h = yes; then
Lines 3448-3454 Link Here
3448
# Macro to add for using GNU gettext.
3448
# Macro to add for using GNU gettext.
3449
# Ulrich Drepper <drepper@cygnus.com>, 1995.
3449
# Ulrich Drepper <drepper@cygnus.com>, 1995.
3450
3450
3451
# serial 1
3451
dnl serial 1
3452
# Stephan Kulow: I put a KDE in it to avoid name conflicts
3452
# Stephan Kulow: I put a KDE in it to avoid name conflicts
3453
3453
3454
AC_DEFUN([AM_KDE_GNU_GETTEXT],
3454
AC_DEFUN([AM_KDE_GNU_GETTEXT],
Lines 5573-5579 Link Here
5573
## configuration script generated by Autoconf, you may include it under
5573
## configuration script generated by Autoconf, you may include it under
5574
## the same distribution terms that you use for the rest of that program.
5574
## the same distribution terms that you use for the rest of that program.
5575
5575
5576
# serial 47 AC_PROG_LIBTOOL
5576
dnl serial 47 AC_PROG_LIBTOOL
5577
5577
5578
5578
5579
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
5579
# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
(-)celestia-1.4.1/configure.in (+1 lines)
Lines 66-71 Link Here
66
66
67
AM_PO_SUBDIRS
67
AM_PO_SUBDIRS
68
AM_GNU_GETTEXT([external])
68
AM_GNU_GETTEXT([external])
69
AM_GNU_GETTEXT_VERSION(0.17)
69
70
70
dnl Check for compilers.  Set CFLAGS and CXXFLAGS to null if unset, so
71
dnl Check for compilers.  Set CFLAGS and CXXFLAGS to null if unset, so
71
dnl that these macros won't set the to default values that we don't want.
72
dnl that these macros won't set the to default values that we don't want.

Return to bug 13985