Parcourir la source

* Put autotools files in .auto/ instead of autotools/.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/cacamoo/trunk@2441 92316355-f0b4-4df1-b90c-862c8a59935f
master
sam il y a 16 ans
Parent
révision
488da6450e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      configure.ac

+ 1
- 1
configure.ac Voir le fichier

@@ -4,7 +4,7 @@ AC_INIT(cacamoo, 0.0)

AC_PREREQ(2.50)
AC_CONFIG_SRCDIR(src/main.c)
AC_CONFIG_AUX_DIR(autotools)
AC_CONFIG_AUX_DIR(.auto)
AC_CANONICAL_SYSTEM

AM_INIT_AUTOMAKE(cacamoo, 0.0)


Chargement…
Annuler
Enregistrer