Moved macros/gnome-autogen.sh to bin/gnome-autogen.sh.
authorMartin Baulig <martin@src.gnome.org>
Mon, 29 May 2000 15:42:50 +0000 (15:42 +0000)
committerMartin Baulig <martin@src.gnome.org>
Mon, 29 May 2000 15:42:50 +0000 (15:42 +0000)
svn path=/trunk/; revision=1256

Makefile.am
bin/ChangeLog [new file with mode: 0644]
bin/Makefile.am [new file with mode: 0644]
bin/gnome-autogen.sh [moved from macros/gnome-autogen.sh with 100% similarity]
configure.in
macros/ChangeLog
macros/Makefile.am

index f49c1ca..7484fd7 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = macros macros2
+SUBDIRS = bin macros macros2 doc
 
 EXTRA_DIST = gnome-common.spec
 
diff --git a/bin/ChangeLog b/bin/ChangeLog
new file mode 100644 (file)
index 0000000..8673130
--- /dev/null
@@ -0,0 +1,5 @@
+2000-05-29  Martin Baulig  <baulig@suse.de>
+
+       * gnome-autogen.sh: New file. Moved here from
+       the `macros' directory.
+
diff --git a/bin/Makefile.am b/bin/Makefile.am
new file mode 100644 (file)
index 0000000..266aa9d
--- /dev/null
@@ -0,0 +1,2 @@
+bin_SCRIPTS = gnome-autogen.sh
+
similarity index 100%
rename from macros/gnome-autogen.sh
rename to bin/gnome-autogen.sh
index 793a487..009adab 100644 (file)
@@ -17,4 +17,6 @@ AM_PROG_LIBTOOL
 AC_OUTPUT([
 Makefile
 macros/Makefile
-macros2/Makefile])
+macros2/Makefile
+bin/Makefile
+doc/Makefile])
index ea24923..82beac0 100644 (file)
@@ -1,5 +1,9 @@
 2000-05-29  Martin Baulig  <baulig@suse.de>
 
+       * gnome-autogen.sh: Moved to the `bin/' directory.
+
+2000-05-29  Martin Baulig  <baulig@suse.de>
+
        * gnome-autogen.sh: If `USE_GNOME_2_MACROS' is set, use the
        GNOME 2.0 macros from the `macros2' directory.
 
index 5dad06c..0821f1b 100644 (file)
@@ -24,7 +24,7 @@ MACROS=                                               \
   linger.m4                                    \
   need-declaration.m4
 
-EXTRA_DIST=$(MACROS) gnome-common.m4 autogen.sh gnome-autogen.sh
+EXTRA_DIST=$(MACROS) gnome-common.m4 autogen.sh
 MAINTAINERCLEANFILES=macros.dep
 
 @MAINT@macros.dep: Makefile.am
@@ -38,6 +38,4 @@ gnome-macros.dep: Makefile.am
 
 gnome_aclocal_DATA = $(MACROS) gnome-macros.dep gnome-common.m4 autogen.sh
 
-bin_SCRIPTS = gnome-autogen.sh
-
 endif