OSDN Git Service

Note relocation of m4 when packaging source distribution.
authorKeith Marshall <keithmarshall@users.sourceforge.net>
Fri, 14 Sep 2012 13:04:08 +0000 (14:04 +0100)
committerKeith Marshall <keithmarshall@users.sourceforge.net>
Fri, 14 Sep 2012 13:04:08 +0000 (14:04 +0100)
1  2 
ChangeLog
Makefile.in

diff --combined ChangeLog
+++ b/ChangeLog
@@@ -1,12 -1,9 +1,18 @@@
+ 2012-09-12  Keith Marshall  <keithmarshall@users.sourceforge.net>
+       Note relocation of m4 when packaging source distribution.
+       * Makefile.in (SRCDIST_SUBDIRS): Refer to build-aux/m4, not m4.
 +2012-09-10  Keith Marshall  <keithmarshall@users.sourceforge.net>
 +
 +      Move guimain.cpp out of the way.
 +
 +      * src/guimain.cpp: Rename file as...
 +      * src/guistub.cpp: ...this; we want to keep current features for now,
 +      but to use the guimain.cpp name for main GUI application development.
 +      * Makefile.in: Adjust references accordingly.
 +
  2012-09-09  Keith Marshall  <keithmarshall@users.sourceforge.net>
  
        Fix typo, and update licensing terms for embedded getopt.c
diff --combined Makefile.in
@@@ -97,7 -97,7 +97,7 @@@ GUI_LDFLAGS = -mwindows $(LDFLAGS
  %.$(OBJEXT): %.ico
        echo $* ICON $*.ico | $(WINDRES) -I ${srcdir}/icons -o $@
  #
- gui$(EXEEXT): guistub.$(OBJEXT) pkgicon.$(OBJEXT)
+ gui$(EXEEXT): guimain.$(OBJEXT) pkgicon.$(OBJEXT)
        $(CXX) -o $@ $(CXXFLAGS) $(GUI_LDFLAGS) $+
  
  lastrites$(EXEEXT): rites.$(OBJEXT)
@@@ -175,10 -175,10 +175,10 @@@ LICENCE_FILES = README COPYIN
  SRCDIST_FILES = $(LICENCE_FILES) ChangeLog NEWS INSTALL \
    aclocal.m4 configure.ac configure Makefile.in version.c.in
  
- SRCDIST_SUBDIRS = build-aux icons m4 src src/pkginfo srcdist-doc \
-   scripts/libexec tinyxml xml
+ SRCDIST_SUBDIRS = build-aux build-aux/m4 icons src src/pkginfo \
+   srcdist-doc scripts/libexec tinyxml xml
  
--# The names of distributed pacakge archive files incorporate version
++# The names of distributed package archive files incorporate version
  # information, derived from PACKAGE_VERSION; this is decomposed, so that
  # the PACKAGE_SUBSYSTEM may be interposed between the principal version
  # number and any qualifying suffix, which specifies development status.