Use tab in rule, not space.
Sat Feb 14 01:31:21 1998 Tom Tromey <tromey@cygnus.com> * Makefile.am (macros/macros.dep): Use tab in rule, not space. * configure.in: Run AC_LINK_FILES for gettext.
This commit is contained in:
parent
7e06af132f
commit
25078f297b
3 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Sat Feb 14 01:31:21 1998 Tom Tromey <tromey@cygnus.com>
|
||||
|
||||
* Makefile.am (macros/macros.dep): Use tab in rule, not space.
|
||||
|
||||
* configure.in: Run AC_LINK_FILES for gettext.
|
||||
|
||||
1998-02-14 Raja R Harinath <harinath@cs.umn.edu>
|
||||
|
||||
* configure.in (GNOME_X_CHECKS): Add new check.
|
||||
|
|
|
@ -4,4 +4,4 @@ SUBDIRS = intl po panel gsm pixmaps desktop-links desktop-properties \
|
|||
## to automatically rebuild aclocal.m4 if any of the macros in `macros/' change
|
||||
@MAINT@include macros/macros.dep
|
||||
@MAINT@macros/macros.dep: macros/Makefile.am
|
||||
@MAINT@ cd macros && $(MAKE) macros.dep
|
||||
@MAINT@ cd macros && $(MAKE) macros.dep
|
||||
|
|
|
@ -24,6 +24,8 @@ GNOME_X_CHECKS
|
|||
ALL_LINGUAS=""
|
||||
AM_GNU_GETTEXT
|
||||
|
||||
AC_LINK_FILES($nls_cv_header_libgt, $nls_cv_header_intl)
|
||||
|
||||
AC_SUBST(CFLAGS)
|
||||
AC_SUBST(CPPFLAGS)
|
||||
AC_SUBST(LDFLAGS)
|
||||
|
|
Loading…
Add table
Reference in a new issue