зеркало из https://github.com/mozilla/pjs.git
Repair autoconf confusion due to the disappearance of dirver.c (bug 139917). Autoconf buildsystem changes only; r=seawood@netscape.com
This commit is contained in:
Родитель
287e35347d
Коммит
cb7df409b1
|
@ -6,7 +6,7 @@
|
|||
# This configure script is free software; the Free Software Foundation
|
||||
# gives unlimited permission to copy, distribute and modify it.
|
||||
|
||||
# Defaults:
|
||||
# Defaults:
|
||||
ac_help=
|
||||
ac_default_prefix=/usr/local
|
||||
# Any additions from configure.in:
|
||||
|
@ -501,7 +501,7 @@ echo > confdefs.h
|
|||
|
||||
# A filename unique to this package, relative to the directory that
|
||||
# configure is in, which we can look for to find out if srcdir is correct.
|
||||
ac_unique_file=ldap/build/dirver.c
|
||||
ac_unique_file=ldap/include/ldap.h
|
||||
|
||||
# Find the source files, if location was not specified.
|
||||
if test -z "$srcdir"; then
|
||||
|
@ -5588,7 +5588,6 @@ Makefile
|
|||
config/Makefile
|
||||
config/autoconf.mk
|
||||
ldap/Makefile
|
||||
ldap/build/Makefile
|
||||
ldap/clients/tools/Makefile
|
||||
ldap/include/Makefile
|
||||
ldap/libraries/Makefile
|
||||
|
|
|
@ -35,7 +35,7 @@ dnl GPL.
|
|||
dnl
|
||||
|
||||
AC_PREREQ(2.12)
|
||||
AC_INIT(ldap/build/dirver.c)
|
||||
AC_INIT(ldap/include/ldap.h)
|
||||
|
||||
AC_CONFIG_AUX_DIR(${srcdir}/config/autoconf)
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
@ -2314,7 +2314,6 @@ Makefile
|
|||
config/Makefile
|
||||
config/autoconf.mk
|
||||
ldap/Makefile
|
||||
ldap/build/Makefile
|
||||
ldap/clients/tools/Makefile
|
||||
ldap/include/Makefile
|
||||
ldap/libraries/Makefile
|
||||
|
|
|
@ -4,7 +4,7 @@ srcdir = @srcdir@
|
|||
|
||||
include $(MOD_DEPTH)/config/autoconf.mk
|
||||
|
||||
SRCDIRS = build include libraries
|
||||
SRCDIRS = include libraries
|
||||
ifeq ($(BUILDCLU), 1)
|
||||
SRCDIRS += clients/tools
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче