mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Build: remove unused and redundant code from configure.ac and po/Makefile.in
https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
This commit is contained in:
parent
cdd41e06e6
commit
394edf5f05
@ -17,9 +17,6 @@ AC_HEADER_STDC
|
||||
|
||||
AM_CONDITIONAL([HAVE_GCC], [test "$ac_cv_prog_gcc" = yes])
|
||||
|
||||
AC_SUBST(VERSION)
|
||||
AC_SUBST([INSTALL_DATA], ['$(INSTALL) -m 644 -p'])
|
||||
|
||||
dnl ---------------------------------------------------------------------------
|
||||
dnl - Check for NSPR/NSS
|
||||
dnl ---------------------------------------------------------------------------
|
||||
@ -359,7 +356,6 @@ AC_ARG_WITH([vendor-suffix],
|
||||
[VENDOR_SUFFIX=${withval}],
|
||||
[VENDOR_SUFFIX=""])
|
||||
|
||||
dnl TODO: IPA_VENDOR_RELEASE
|
||||
AC_SUBST([API_VERSION], [IPA_API_VERSION])
|
||||
AC_SUBST([DATA_VERSION], [IPA_DATA_VERSION])
|
||||
AC_SUBST([NUM_VERSION], [IPA_NUM_VERSION])
|
||||
|
@ -5,7 +5,6 @@ datadir = ${datarootdir}
|
||||
localedir = ${datarootdir}/locale
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
INSTALL_DATA = @INSTALL@ -m 644
|
||||
AWK = @AWK@
|
||||
SED = @SED@
|
||||
MKDIR_P = @MKDIR_P@
|
||||
|
Loading…
Reference in New Issue
Block a user