]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am:
authorHarlan Stenn <stenn@ntp.org>
Fri, 16 Jun 2006 22:33:41 +0000 (18:33 -0400)
committerHarlan Stenn <stenn@ntp.org>
Fri, 16 Jun 2006 22:33:41 +0000 (18:33 -0400)
  "make distcheck" is now happy with the libopts/ stuff
configure.ac, Makefile.am:
  [Bug 635] get libopts/ properly distributed
  [Bug 635] Properly distribute libopts/ .
Makefile.am:
  Distribute copyright.def and debug-opt.def
debug-opt.def:
  Change mode to -rw-rw-rw-

bk: 449331c5nCGJF3OG6v2wZ62Zt2nZrw

Makefile.am
configure.ac
include/Makefile.am
include/debug-opt.def [changed mode: 0755->0644]

index 3cba05a05063c98ff402ad4c095bba46810d84c5..8e7d81abd5aa3b5b016616d8551494f0b3a93a77 100644 (file)
@@ -1,82 +1,89 @@
 #AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies
 AUTOMAKE_OPTIONS = util/ansi2knr foreign 1.8
-ACLOCAL_AMFLAGS= -I m4 -I sntp/libopts/m4
+ACLOCAL_AMFLAGS= -I m4 -I libopts/m4
+
+NULL=
 
 SUBDIRS=
 if NEED_LIBOPTS
-SUBDIRS+= sntp/libopts
+SUBDIRS+= libopts
 endif
-SUBDIRS+= \
-       scripts \
-       include \
+SUBDIRS+=              \
+       scripts         \
+       include         \
        ElectricFence   \
-       @ARLIB_DIR@ \
-       libntp  \
+       @ARLIB_DIR@     \
+       libntp          \
        libparse        \
-       ntpd    \
-       ntpdate \
-       ntpdc   \
-       ntpq    \
+       ntpd            \
+       ntpdate         \
+       ntpdc           \
+       ntpq            \
        parseutil       \
        adjtimed        \
        clockstuff      \
-       kernel  \
-       sntp    \
-       util
-
-DIST_SUBDIRS= \
-       scripts \
-       include \
+       kernel          \
+       sntp            \
+       util            \
+       $(NULL)
+
+DIST_SUBDIRS=          \
+       scripts         \
+       include         \
        ElectricFence   \
-       arlib \
-       libntp  \
+       arlib           \
+       libntp          \
+       libopts         \
        libparse        \
-       ntpd    \
-       ntpdate \
-       ntpdc   \
-       ntpq    \
+       ntpd            \
+       ntpdate         \
+       ntpdc           \
+       ntpq            \
        parseutil       \
        adjtimed        \
        clockstuff      \
-       kernel  \
-       sntp    \
-       sntp/libopts    \
-       util
-DISTCHECK_CONFIGURE_FLAGS=     --with-arlib --with-sntp
-
-EXTRA_DIST = \
-       COPYRIGHT \
-       ChangeLog \
+       kernel          \
+       sntp            \
+       util            \
+       $(NULL)
+
+DISTCHECK_CONFIGURE_FLAGS=     --with-arlib --enable-local-libopts
+
+EXTRA_DIST =           \
+       COPYRIGHT       \
+       ChangeLog       \
        ChangeLog-4.1.0 \
-       NEWS \
-       NOTES.y2kfixes \
-       README.bk \
-       README.hackers \
-       README.patches \
+       NEWS            \
+       NOTES.y2kfixes  \
+       README.bk       \
+       README.hackers  \
+       README.patches  \
        README.refclocks \
-       README.versions \
-       TODO \
-       WHERE-TO-START \
-       bootstrap \
-       build \
-       config.guess \
-       config.h.in \
-       config.sub \
-       dot.emacs \
-       excludes \
-       flock-build \
-       install-sh \
-       packageinfo.sh \
-       readme.y2kfixes \
-       results.y2kfixes \
+       README.versions \
+       TODO            \
+       WHERE-TO-START  \
+       bootstrap       \
+       build           \
+       config.guess    \
+       config.h.in     \
+       config.sub      \
+       dot.emacs       \
+       excludes        \
+       flock-build     \
+       install-sh      \
+       packageinfo.sh  \
+       readme.y2kfixes \
+       results.y2kfixes        \
+       \
+       conf            \
+       html            \
+       libisc          \
+       ports           \
        \
-       conf \
-       html \
-       libisc \
-       ports \
+       version         \
+       version.m4      \
        \
-       version \
-       version.m4
+       $(NULL)
 
 DISTCLEANFILES = .gcc-warning
 
index 74be5d39b1a3c187b4704ecca8f26d1c680ed69d..66946d2c6c4a12542bfaac2a1dc1db4fd135e776 100644 (file)
@@ -54,7 +54,7 @@ esac
 
 AMU_OS_CFLAGS
 
-LIBOPTS_CHECK(sntp/libopts)
+LIBOPTS_CHECK(libopts)
 
 AC_MSG_CHECKING(for bin subdirectory)
 AC_ARG_WITH(binsubdir,
index 5ce3ddcaf5941c72238e09beab07e4e3a4fdab03..4a30a8d9509e64c912b91342830c2cd0615d256e 100644 (file)
@@ -1,7 +1,7 @@
 #AUTOMAKE_OPTIONS = ../util/ansi2knr no-dependencies
 AUTOMAKE_OPTIONS = ../util/ansi2knr
 ETAGS_ARGS = $(srcdir)/Makefile.am
-EXTRA_DIST = version.def
+EXTRA_DIST = copyright.def debug-opt.def version.def
 
 SUBDIRS = isc
 
old mode 100755 (executable)
new mode 100644 (file)